[arch-commits] Commit in qpdf/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Dec 3 13:11:43 UTC 2017


    Date: Sunday, December 3, 2017 @ 13:11:42
  Author: andyrtr
Revision: 311554

upgpkg: qpdf 7.0.0-2

fix deps on libtiff and libjpeg-turbo - openjpeg2 is not used; make perl an optipnal dep - FS#56543

Modified:
  qpdf/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-03 12:50:01 UTC (rev 311553)
+++ PKGBUILD	2017-12-03 13:11:42 UTC (rev 311554)
@@ -6,12 +6,14 @@
 
 pkgname=qpdf
 pkgver=7.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
 arch=('x86_64')
 url="https://qpdf.sourceforge.net/"
 license=('custom:Artistic-2.0' 'Apache')
-depends=('openjpeg2' 'perl')
+depends=('libtiff')
+optdepends=('perl:	required for fix-qdf')
+checkdepends=('perl')
 source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('506002271a7e04f431014baa94dd820c47235356')
 



More information about the arch-commits mailing list