poppler-qt5: update to 0.67.0.

This commit is contained in:
maxice8 2018-08-14 08:31:54 -03:00
parent bc77706e6a
commit 2cfdbee433
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
# A CYCLIC DEPENDENCY: qt5 -> cups -> poppler -> qt5.
#
pkgname=poppler-qt5
version=0.63.0
version=0.67.0
revision=1
wrksrc="poppler-${version}"
build_style=cmake
@ -17,11 +17,11 @@ short_desc="PDF rendering library - Qt5 bindings"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://poppler.freedesktop.org"
distfiles="${homepage}/poppler-$version.tar.xz"
checksum=27cc8addafc791e1a26ce6acc2b490926ea73a4f89196dd8a7742cff7cf8a111
distfiles="${homepage}/poppler-${version}.tar.xz"
checksum=a34a4f1a0f5b610c584c65824e92e3ba3e08a89d8ab4622aee11b8ceea5366f9
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DTHREADS_PTHREAD_ARG=2"
configure_args+=" -DTHREADS_PTHREAD_ARG=2"
fi
post_install() {