[arch-commits] Commit in qpdf/trunk (PKGBUILD)
Andreas Radke
andyrtr at nymeria.archlinux.org
Wed Jan 15 19:57:48 UTC 2014
Date: Wednesday, January 15, 2014 @ 20:57:48
Author: andyrtr
Revision: 204256
upgpkg: qpdf 5.1.1-1
upstream update 5.1.1
Modified:
qpdf/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-15 16:47:46 UTC (rev 204255)
+++ PKGBUILD 2014-01-15 19:57:48 UTC (rev 204256)
@@ -5,7 +5,7 @@
# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
pkgname=qpdf
-pkgver=5.1.0
+pkgver=5.1.1
pkgrel=1
pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
depends=('pcre' 'perl')
makedepends=('make')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7c614bdb5f8610427c5dc0b494cabc0e')
+md5sums=('378bfd1c2ee15d7815f2f4b1a50fa6e0')
build() {
cd ${pkgname}-${pkgver}
@@ -24,7 +24,7 @@
check() {
cd $pkgname-$pkgver
- make -k check
+ make check # passes all
}
package() {
More information about the arch-commits
mailing list