diff options
-rw-r--r-- | main/perl-list-allutils/APKBUILD | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/main/perl-list-allutils/APKBUILD b/main/perl-list-allutils/APKBUILD index 7cacbb7f40..c31f5ccbf3 100644 --- a/main/perl-list-allutils/APKBUILD +++ b/main/perl-list-allutils/APKBUILD @@ -2,22 +2,21 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-list-allutils _pkgreal=List-AllUtils -pkgver=0.14 +pkgver=0.15 pkgrel=0 pkgdesc="Combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized package" -url="http://search.cpan.org/dist/List-AllUtils/" +url="https://metacpan.org/release/List-AllUtils" arch="noarch" license="Artistic-2.0" cpandepends="perl-list-utilsby perl-list-someutils" -cpanmakedepends=" " depends="$cpandepends perl-scalar-list-utils" -makedepends="perl-dev $cpanmakedepends" +makedepends="perl-dev" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { - default_prepare || return 1 + default_prepare cd "$builddir" export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') @@ -32,8 +31,8 @@ build() { package() { cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="1a9a292cf92cfe24d8aeb5154fb55e399eebca1063393d001bdd3c5dc19d4672012c1e0ccd84be06c12a6f1fc99021e35806ec943e5477cbf87d143b7fc2c17a List-AllUtils-0.14.tar.gz" +sha512sums="58fbf53ac94a2d9b27f6091939105d502d4983b9f0d545849fef6e761c8782bd4edebcb07a816d9183d32a6203b32a2ed4ea58222e65319d62006ecaf6835e5f List-AllUtils-0.15.tar.gz" |