aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-03-19 04:41:47 +0000
committerLeonardo Arena <rnalrd@gmail.com>2024-03-19 07:04:57 +0000
commit1af2f369bd7f7a66cbc5639cfb51cb2dc6494eb4 (patch)
tree26b152661c6f282563b183db1aa39ea5b7adfd9e
parentca2727ea2ac99fe8db7351379243e4c83ae34979 (diff)
main/perl-data-uuid: upgrade to 1.227HEADmaster
also, upgrade to apkbuild-cpan template 4
-rw-r--r--main/perl-data-uuid/APKBUILD18
1 files changed, 11 insertions, 7 deletions
diff --git a/main/perl-data-uuid/APKBUILD b/main/perl-data-uuid/APKBUILD
index 8b6e0164237..c45d32182f3 100644
--- a/main/perl-data-uuid/APKBUILD
+++ b/main/perl-data-uuid/APKBUILD
@@ -1,11 +1,11 @@
-# Automatically generated by apkbuild-cpan, template 3
+# Automatically generated by apkbuild-cpan, template 4
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=perl-data-uuid
+pkgver=1.227
+pkgrel=0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Data-UUID
-pkgver=1.226
-pkgrel=5
pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
url="https://metacpan.org/release/Data-UUID/"
arch="all"
@@ -14,12 +14,15 @@ license="osf-1990(variant)"
depends="perl"
makedepends="perl-dev"
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-UUID-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/G/GT/GTERMARS/Data-UUID-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
build() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
+ PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL \
+ INSTALLDIRS=vendor \
+ NO_PACKLIST=1 \
+ NO_PERLLOCAL=1
make
}
@@ -30,7 +33,8 @@ check() {
package() {
make DESTDIR="$pkgdir" install
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="61c13b1aab3263d7bf94ecfde758acbdd986879144adbc436d32e5f5e03d70c8475984458681ab1d73d71bf5169b368c1f21a576ce996e225b6d74b5afd061fe Data-UUID-1.226.tar.gz"
+sha512sums="
+4b9ae792fba12232b49e799064c774b5a9b55b3019041e4ed0da6d7478b68815676295f888aa957dc4f0b8fca1fa88b3394992d2ea9ed79763769f262ad0835f Data-UUID-1.227.tar.gz
+"