summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChad Harp2017-10-02 15:39:03 +0000
committerChad Harp2017-10-02 15:39:03 +0000
commit1051914c52f3cd7abcabdf13a3b6e5dd0e936b27 (patch)
tree0fe0c59087aa0f08d624621202423da30f398647 /PKGBUILD
parent11f203789bb93017aed6a6405f646fd7bb0db79a (diff)
downloadaur-perl-pdf-api2.tar.gz
Update to 2.033-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64052b884f60..00c563c70716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Olaf Leidinger <leidola at newcon dot de>
pkgname=perl-pdf-api2
-pkgver=2.031
+pkgver=2.033
pkgrel=1
pkgdesc="A module chain to faciliate the creation and modification of high-quality PDF files"
_dist=PDF-API2
@@ -13,9 +13,10 @@ arch=('any')
url="https://metacpan.org/release/PDF-API2"
license=('LGPL')
depends=('perl>=5.8.5' 'perl-font-ttf')
+checkdepends=('perl-test-exception' 'perl-test-memory-cycle')
options=('!emptydirs' 'purge')
source=("$_dist-$pkgver.tar.gz::http://cpan.metacpan.org/authors/id/S/SS/SSIMMS/$_dist-$pkgver.tar.gz")
-sha256sums=('6ea5d38f99dfb1e8acf57c9c7579659b3eee84944295a135f90e607e0a3f43e9')
+sha256sums=('9c0866ec1a3053f73afaca5f5cdbe6925903b4ce606f4bf4ac317731a69d27a0')
build() {
cd "$srcdir/$_dist-$pkgver"