diff options
-rw-r--r-- | community/unison/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD index 23e64b4369..b024115db3 100644 --- a/community/unison/APKBUILD +++ b/community/unison/APKBUILD @@ -10,7 +10,7 @@ pkgdesc="Efficient file-synchronization tool" url="https://www.cis.upenn.edu/~bcpierce/unison/" # ocaml is not built for x86, armhf, s390x, mips, mips64 # ocaml-lablgtk is not built for aarch64 -arch="all !x86 !armhf !armv7 !aarch64 !s390x !mips !mips64" +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" license="GPL-3.0-or-later" makedepends="ocaml ocaml-lablgtk-dev linux-headers emacs-nox bash" subpackages="$pkgname-gui" |