diff options
author | root <root@rshg054.dnsready.net> | 2012-09-09 00:11:39 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-09 00:11:39 +0000 |
commit | dda96ce532ef99400e2b7703a0f538771b36b624 (patch) | |
tree | bcffb5a34db2fb09c3ca6eb1dfe557292566ddb6 /extra/qpdf | |
parent | c85b504e8916411d424cd3fc654ff879237d529e (diff) |
Sun Sep 9 00:11:39 UTC 2012
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}" |