diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 10:18:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 15:36:55 +0000 |
commit | 70c104f23521d8005e261876ae6aa10142eb4a90 (patch) | |
tree | c0291dc28de400fd89c22c94923366d1ee407051 /testing/perl-sys-syscall | |
parent | 521ab4b1ddb9b7a8184489349a40db8e26559e5b (diff) | |
download | aports-70c104f23521d8005e261876ae6aa10142eb4a90.tar.bz2 aports-70c104f23521d8005e261876ae6aa10142eb4a90.tar.xz |
testing/perl-sys-syscall: rebuild against perl 5.30
Diffstat (limited to 'testing/perl-sys-syscall')
-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 7f637b406b..dbf3f1b0de 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=4 +pkgrel=5 pkgdesc="Invoke system calls that are otherwise difficult to do from Perl" url="https://metacpan.org/release/Sys-Syscall" arch="all !aarch64 !s390x" |