aboutsummaryrefslogtreecommitdiffstats
path: root/community/unison
diff options
context:
space:
mode:
Diffstat (limited to 'community/unison')
-rw-r--r--community/unison/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD
index bb05e5f3e9..970e9ec147 100644
--- a/community/unison/APKBUILD
+++ b/community/unison/APKBUILD
@@ -9,7 +9,8 @@ pkgrel=0
pkgdesc="Efficient file-synchronization tool"
url="https://www.cis.upenn.edu/~bcpierce/unison/"
# ocaml is not built for x86, armhf, s390x
-arch="all !x86 !armhf !armv7 !s390x"
+# ocaml-lablgtk is not built for aarch64
+arch="all !x86 !armhf !armv7 !aarch64 !s390x"
license="GPL-3.0+"
makedepends="ocaml ocaml-lablgtk-dev linux-headers emacs-nox bash"
subpackages="$pkgname-gui"