diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-05 14:22:57 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-05 14:23:36 +0000 |
commit | 8f1d64f8c2941268e58fc64bc69b24d8893056ce (patch) | |
tree | 259c8c21d783c6f0c595faa500411b6907e1dd3b /main/perl-getopt-long | |
parent | a406a755aed2807d002743c82eef2982321dce67 (diff) | |
download | aports-8f1d64f8c2941268e58fc64bc69b24d8893056ce.tar.bz2 aports-8f1d64f8c2941268e58fc64bc69b24d8893056ce.tar.xz |
main/perl-getopt-long: upgrade to 2.50
Diffstat (limited to 'main/perl-getopt-long')
-rw-r--r-- | main/perl-getopt-long/APKBUILD | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/main/perl-getopt-long/APKBUILD b/main/perl-getopt-long/APKBUILD index b2c27e5f94..24647d9a51 100644 --- a/main/perl-getopt-long/APKBUILD +++ b/main/perl-getopt-long/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=perl-getopt-long _pkgreal=Getopt-Long -pkgver=2.49.1 -pkgrel=1 +pkgver=2.50 +pkgrel=0 pkgdesc="Module to handle parsing command line options" url="http://search.cpan.org/dist/Getopt-Long/" arch="noarch" @@ -26,7 +26,12 @@ prepare() { build() { cd "$builddir" export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') - make && make test + make +} + +check() { + cd "$builddir" + make test } package() { @@ -40,6 +45,4 @@ doc() { replaces="perl-doc" } -md5sums="bb7c92be20117be5d5043b07b6fd20a1 Getopt-Long-2.49.1.tar.gz" -sha256sums="98fad4235509aa24608d9ef895b5c60fe2acd2bca70ebdf1acaf6824e17a882f Getopt-Long-2.49.1.tar.gz" -sha512sums="3a28eabdc8847e10d82b20f12f59f3797d73ea15245aeaacd678f0b1111ddc024e91c9ca0cf3897116533fb35dc4592e029444dee931844ddbadf90cda375200 Getopt-Long-2.49.1.tar.gz" +sha512sums="be4e8e3511d84f7919cd3df9e9aa9540dd522af47fc34bf4560a0212dd3c5d6571369ad502dfb4641918a43f8cecec3faa3d43adacfe706cdf9fe498d1ef0b6d Getopt-Long-2.50.tar.gz" |