diff options
Diffstat (limited to 'extra/qpdf')
-rw-r--r-- | extra/qpdf/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/qpdf/PKGBUILD b/extra/qpdf/PKGBUILD index dead82514..6ba997c51 100644 --- a/extra/qpdf/PKGBUILD +++ b/extra/qpdf/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 166182 2012-09-05 08:14:58Z andyrtr $ +# $Id: PKGBUILD 166374 2012-09-07 06:46:11Z 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=3.0.1 -pkgrel=2 +pkgver=3.0.2 +pkgrel=1 pkgdesc="QPDF: A Content-Preserving PDF Transformation System" arch=('i686' 'x86_64') url="http://qpdf.sourceforge.net/" @@ -15,7 +15,7 @@ depends=('pcre' 'perl') makedepends=('make') options=('!libtool') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('48767e2519029d0214cd0fcafa3a8f8c') +md5sums=('af6f6f964481295a6ca0766185bfa274') build() { cd "${srcdir}/${pkgname}-${pkgver}" |