diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-11 21:26:33 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-11 21:26:33 +0000 |
commit | 8cdf603fef0206f84a5883b5e4abaeff4b0c080e (patch) | |
tree | 321d1c855f1e662b99ff529c4fb2ac9e611b60f8 /community/asciinema | |
parent | 9a4ec32e66542a4af5c4d8cc904a6996150ca482 (diff) | |
download | aports-8cdf603fef0206f84a5883b5e4abaeff4b0c080e.tar.bz2 aports-8cdf603fef0206f84a5883b5e4abaeff4b0c080e.tar.xz |
community/asciinema: enable build on aarch64 and s390x
Diffstat (limited to 'community/asciinema')
-rw-r--r-- | community/asciinema/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/asciinema/APKBUILD b/community/asciinema/APKBUILD index 5e2847179a..e6d56a1591 100644 --- a/community/asciinema/APKBUILD +++ b/community/asciinema/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.4.0 pkgrel=0 pkgdesc="A Command line recorder for asciinema.org service" url="https://github.com/asciinema/asciinema/" -arch="all !aarch64 !s390x" +arch="all" license="GPLv3" depends="ncurses" makedepends="python3-dev" |