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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jan 9 16:26:22 UTC 2013


    Date: Wednesday, January 9, 2013 @ 11:26:22
  Author: andyrtr
Revision: 174968

upgpkg: qpdf 4.0.0-1

upstream update 4.0.0

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-09 16:07:11 UTC (rev 174967)
+++ PKGBUILD	2013-01-09 16:26:22 UTC (rev 174968)
@@ -5,7 +5,7 @@
 # Contributor: Nuno Araujo <nuno.araujo at russo79.com>
 
 pkgname=qpdf
-pkgver=3.0.2
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
 arch=('i686' 'x86_64')
@@ -15,12 +15,10 @@
 makedepends=('make')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('af6f6f964481295a6ca0766185bfa274')
+md5sums=('812ffc8c5b8fb5cf9310fcbd9a7d20d3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  # fix rpath errors (from Fedora spec)
-  autoreconf -vfi
   ./configure --prefix=/usr --disable-static
   make
 }




More information about the arch-commits mailing list