diff options
Diffstat (limited to 'extra/qpdf/PKGBUILD')
-rw-r--r-- | extra/qpdf/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/qpdf/PKGBUILD b/extra/qpdf/PKGBUILD index ccecfea41..67135dd5f 100644 --- a/extra/qpdf/PKGBUILD +++ b/extra/qpdf/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 182840 2013-04-15 16:29:09Z andyrtr $ +# $Id: PKGBUILD 189895 2013-07-10 19:20:25Z andyrtr $ # 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=4.1.0 +pkgver=5.0.0 pkgrel=1 pkgdesc="QPDF: A Content-Preserving PDF Transformation System" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ depends=('pcre' 'perl') makedepends=('make') options=('!libtool') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('eedd61acc53744446d181429651a9baf') +md5sums=('d501c61a8979132f6d601641483850cc') build() { cd "${srcdir}/${pkgname}-${pkgver}" |