summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoritz Bunkus2017-09-28 21:59:17 +0200
committerMoritz Bunkus2017-09-28 21:59:17 +0200
commitf654004e3e02b9d2baf1c71bde86ff548da7b2f4 (patch)
treef5c8f81c9dcde633b92b0707c93abb9bc873f459 /PKGBUILD
parent36cada9050d87dffe6012ef26200fddc0151998e (diff)
downloadaur-f654004e3e02b9d2baf1c71bde86ff548da7b2f4.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eaf6cb5efd80..7b43edf61f87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname="perl-gd-barcode"
pkgver="1.15"
-pkgrel='2'
+pkgrel='3'
pkgdesc="Create barcode image with GD"
arch=('any')
url="http://search.cpan.org/dist/GD-Barcode"
license=('GPL' 'PerlArtistic')
-depends=('perl' 'perl-gd')
+depends=('perl-gd')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/K/KW/KWITKNR/GD-Barcode-${pkgver}.tar.gz")
sha512sums=('3128ef0376f2d31b55bdf9e206a16982632a7e7e7eae6d0d846fe0f80f3998a893f22f910a7d053e15b9fd94a9408805a7b862d735e6be03e1fcb9ff7d4d5155')