diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-11 06:50:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-11 07:13:02 +0000 |
commit | 2990f2fb12f25e90e5c75f329acff9d7e97a6633 (patch) | |
tree | be4a35e6095394e2aceb2c16919a0ca5107aae04 /testing | |
parent | 553e61a588fa70495ee55d3de9d7fe9f23898049 (diff) | |
download | aports-2990f2fb12f25e90e5c75f329acff9d7e97a6633.tar.bz2 aports-2990f2fb12f25e90e5c75f329acff9d7e97a6633.tar.xz |
testing/perl-sys-syscall: rebuild against perl 5.28
Diffstat (limited to 'testing')
-rw-r--r-- | testing/perl-sys-syscall/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-sys-syscall/APKBUILD b/testing/perl-sys-syscall/APKBUILD index b2035f8a06..cbe166cbbe 100644 --- a/testing/perl-sys-syscall/APKBUILD +++ b/testing/perl-sys-syscall/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-sys-syscall _pkgreal=Sys-Syscall pkgver=0.25 -pkgrel=2 +pkgrel=3 pkgdesc="Invoke system calls that are otherwise difficult to do from Perl" url="http://search.cpan.org/dist/Sys-Syscall/" arch="all !aarch64 !s390x" |