diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-19 12:37:28 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-19 12:47:49 +0100 |
commit | 3a7bf6eb91607f29318bfd06542c033efe92167b (patch) | |
tree | 119060596c6c110cfb64a8a03f6d16ec18e92b40 /main/perl-io-tty | |
parent | ccfeddb82ba9db30c4bbf06b196d23591425efbe (diff) | |
download | aports-3a7bf6eb91607f29318bfd06542c033efe92167b.tar.bz2 aports-3a7bf6eb91607f29318bfd06542c033efe92167b.tar.xz |
main/perl-io-tty: upgrade to 1.14
Diffstat (limited to 'main/perl-io-tty')
-rw-r--r-- | main/perl-io-tty/APKBUILD | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/main/perl-io-tty/APKBUILD b/main/perl-io-tty/APKBUILD index 200852b9f9..470164ba11 100644 --- a/main/perl-io-tty/APKBUILD +++ b/main/perl-io-tty/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=perl-io-tty _pkgreal=IO-Tty -pkgver=1.12 -pkgrel=7 +pkgver=1.14 +pkgrel=0 pkgdesc="Pseudo ttys and constants" url="https://metacpan.org/pod/IO::Tty" arch="all" @@ -17,26 +17,20 @@ source="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$_pkgreal-$pkgver.tar.gz builddir="$srcdir/$_pkgreal-$pkgver" prepare() { - cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor } build() { - cd "$builddir" make } check() { - cd "$builddir" make test } package() { - cd "$builddir" make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="11695a1a516b3bd1b90ce75ff0ce3e6d IO-Tty-1.12.tar.gz" -sha256sums="a2ef8770d3309178203f8c8ac25e623e63cf76e97830fd3be280ade1a555290d IO-Tty-1.12.tar.gz" -sha512sums="23733e7832a0de370952420df8a781f85d28ff60eb4cd55be22147337bf5587f4e1ec7fcfc190ae3ad1fd9df0f9697f2d647e00739f4a2927b1ac9c81435454d IO-Tty-1.12.tar.gz" +sha512sums="4d6a5299f87eab0281f5e26953bc1537d760d88c486de9c8512750af733d5e466e059400a310746eb8fe432b8c8dcb82055c4cfbb1d31e25c9ce874557618305 IO-Tty-1.14.tar.gz" |