diff options
Diffstat (limited to 'extra/qpdf/PKGBUILD')
-rw-r--r-- | extra/qpdf/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/qpdf/PKGBUILD b/extra/qpdf/PKGBUILD index 62ffc40b1..9d9682af7 100644 --- a/extra/qpdf/PKGBUILD +++ b/extra/qpdf/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 189895 2013-07-10 19:20:25Z andyrtr $ +# $Id: PKGBUILD 198391 2013-10-30 14:35:14Z allan $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Miguel Revilla <yo at miguelrevilla.com> # Contributor: David Sotelo <dvsotelo at gmail.com> # Contributor: Nuno Araujo <nuno.araujo@russo79.com> pkgname=qpdf -pkgver=5.0.0 +pkgver=5.0.1 pkgrel=1 pkgdesc="QPDF: A Content-Preserving PDF Transformation System" arch=('i686' 'x86_64' 'mips64el') @@ -13,9 +13,8 @@ url="http://qpdf.sourceforge.net/" license=('custom:Artistic-2.0') depends=('pcre' 'perl') makedepends=('make') -options=('!libtool') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('d501c61a8979132f6d601641483850cc') +md5sums=('6efd89c18461cb73f77bb60cb2da4bce') build() { cd "${srcdir}/${pkgname}-${pkgver}" |