diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-08-29 11:38:47 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-29 11:39:03 +0300 |
commit | 9a6ff20f46232b92c613048863f6d23975be2d58 (patch) | |
tree | 280f238f0a219ca06bd4553cf8866670006835ca /testing | |
parent | 5cae864bbf99c7c94387ab1cff25e81749f41093 (diff) | |
download | aports-9a6ff20f46232b92c613048863f6d23975be2d58.tar.bz2 aports-9a6ff20f46232b92c613048863f6d23975be2d58.tar.xz |
testing/perl-sys-syscall: fix arch
Diffstat (limited to 'testing')
-rw-r--r-- | testing/perl-sys-syscall/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-sys-syscall/APKBUILD b/testing/perl-sys-syscall/APKBUILD index bcceadc96a..5e787ac8af 100644 --- a/testing/perl-sys-syscall/APKBUILD +++ b/testing/perl-sys-syscall/APKBUILD @@ -4,10 +4,10 @@ pkgname=perl-sys-syscall _pkgreal=Sys-Syscall pkgver=0.25 -pkgrel=0 +pkgrel=1 pkgdesc="Invoke system calls that are otherwise difficult to do from Perl" url="http://search.cpan.org/dist/Sys-Syscall/" -arch="noarch" +arch="all !aarch64" license="GPL PerlArtistic" cpandepends="" cpanmakedepends="" |