aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-list-allutils
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-25 01:10:47 -0300
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-08-28 11:53:59 +0000
commit80fb6c2da1c38137ca615db7e0f2a62254575c4b (patch)
treed8827c9613815877293b5bc231e17a8b6c42de8f /main/perl-list-allutils
parent8e10c086dc5dd6e4086bd3b32948ddfbc8423a99 (diff)
downloadaports-80fb6c2da1c38137ca615db7e0f2a62254575c4b.tar.bz2
aports-80fb6c2da1c38137ca615db7e0f2a62254575c4b.tar.xz
main/perl-list-allutils: upgrade to 0.15
Diffstat (limited to 'main/perl-list-allutils')
-rw-r--r--main/perl-list-allutils/APKBUILD15
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"