[arch-commits] Commit in qpdf/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Dec 3 19:20:44 UTC 2017
Date: Sunday, December 3, 2017 @ 19:20:43
Author: andyrtr
Revision: 311571
upgpkg: qpdf 7.0.0-3
libtiff isn't required; only depend on libjpeg-turbo and zlib; FS#56543
Modified:
qpdf/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-03 14:46:00 UTC (rev 311570)
+++ PKGBUILD 2017-12-03 19:20:43 UTC (rev 311571)
@@ -6,12 +6,12 @@
pkgname=qpdf
pkgver=7.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
arch=('x86_64')
url="https://qpdf.sourceforge.net/"
license=('custom:Artistic-2.0' 'Apache')
-depends=('libtiff')
+depends=('libjpeg-turbo' 'zlib')
optdepends=('perl: required for fix-qdf')
checkdepends=('perl')
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
More information about the arch-commits
mailing list