summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bunkus2017-09-28 21:59:17 +0200
committerMoritz Bunkus2017-09-28 21:59:17 +0200
commitf654004e3e02b9d2baf1c71bde86ff548da7b2f4 (patch)
treef5c8f81c9dcde633b92b0707c93abb9bc873f459
parent36cada9050d87dffe6012ef26200fddc0151998e (diff)
downloadaur-f654004e3e02b9d2baf1c71bde86ff548da7b2f4.tar.gz
fix dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6e6c4e1b2f1..d312c31383b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
# Generated by mksrcinfo v8
-# Thu Sep 28 18:59:06 UTC 2017
+# Thu Sep 28 19:59:17 UTC 2017
pkgbase = perl-gd-barcode
pkgdesc = Create barcode image with GD
pkgver = 1.15
- pkgrel = 2
+ pkgrel = 3
url = http://search.cpan.org/dist/GD-Barcode
arch = any
license = GPL
license = PerlArtistic
- depends = perl
depends = perl-gd
options = !emptydirs
source = http://search.cpan.org/CPAN/authors/id/K/KW/KWITKNR/GD-Barcode-1.15.tar.gz
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')