Fix poppler url.
This commit is contained in:
parent
504523cd47
commit
56bc777f6a
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue