summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bunkus2023-09-15 21:09:32 +0200
committerMoritz Bunkus2023-09-15 21:09:32 +0200
commit49ff60eccb6b3a431c30a48be66b7c6990047de5 (patch)
tree97207f5db3c9eb9dd0f0408570d5e3d418f97dd9
parentf654004e3e02b9d2baf1c71bde86ff548da7b2f4 (diff)
downloadaur-perl-gd-barcode.tar.gz
update to version 2.00-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d312c31383b1..b0724ddbbefb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Thu Sep 28 19:59:17 UTC 2017
pkgbase = perl-gd-barcode
pkgdesc = Create barcode image with GD
- pkgver = 1.15
- pkgrel = 3
+ pkgver = 2.00
+ pkgrel = 1
url = http://search.cpan.org/dist/GD-Barcode
arch = any
license = GPL
license = PerlArtistic
+ makedepends = perl-test2-suite>=0.000060
depends = perl-gd
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/K/KW/KWITKNR/GD-Barcode-1.15.tar.gz
- sha512sums = 3128ef0376f2d31b55bdf9e206a16982632a7e7e7eae6d0d846fe0f80f3998a893f22f910a7d053e15b9fd94a9408805a7b862d735e6be03e1fcb9ff7d4d5155
+ source = https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/GD-Barcode-2.00.tar.gz
+ sha512sums = 75ccaab47791e4d00dde058cd3914edd9b907760d4a007c6a26fbe664d7a14ba55981a345bae70b5d7f3d63589e0eaee4061753b9aba2b596a412b3fa5aeb67c
pkgname = perl-gd-barcode
-
diff --git a/PKGBUILD b/PKGBUILD
index 7b43edf61f87..48fab0bbcd4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
pkgname="perl-gd-barcode"
-pkgver="1.15"
-pkgrel='3'
+pkgver="2.00"
+pkgrel='1'
pkgdesc="Create barcode image with GD"
arch=('any')
url="http://search.cpan.org/dist/GD-Barcode"
license=('GPL' 'PerlArtistic')
depends=('perl-gd')
+makedepends=('perl-test2-suite>=0.000060')
options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/K/KW/KWITKNR/GD-Barcode-${pkgver}.tar.gz")
-sha512sums=('3128ef0376f2d31b55bdf9e206a16982632a7e7e7eae6d0d846fe0f80f3998a893f22f910a7d053e15b9fd94a9408805a7b862d735e6be03e1fcb9ff7d4d5155')
+source=("https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/GD-Barcode-${pkgver}.tar.gz")
+sha512sums=('75ccaab47791e4d00dde058cd3914edd9b907760d4a007c6a26fbe664d7a14ba55981a345bae70b5d7f3d63589e0eaee4061753b9aba2b596a412b3fa5aeb67c')
prepare_environment() {
export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \