Fix poppler url.

This commit is contained in:
fewtarius 2023-04-23 02:06:49 +00:00
parent 504523cd47
commit 56bc777f6a
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -6,8 +6,8 @@
PKG_NAME="poppler"
PKG_VERSION="12853d2"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/freedesktop/poppler"
PKG_URL="${PKG_SITE}/archive/${PKG_VERSION}.tar.gz"
PKG_SITE="https://gitlab.freedesktop.org/poppler/poppler"
PKG_URL="${PKG_SITE}.git"
PKG_DEPENDS_TARGET="toolchain zlib libpng libjpeg-turbo fontconfig boost"
PKG_LONGDESC="This is Poppler, a library for rendering PDF files, and examining or modifying their structure."
PKG_TOOLCHAIN="cmake"