aboutsummaryrefslogtreecommitdiffstats
path: root/community/unison
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-25 10:08:38 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-25 10:08:38 +0000
commitaea37d996772bf4c98e6182ba7e33440c295401d (patch)
tree306e298927c4ddd1626c6ad6891c8107a5b8e93b /community/unison
parent15d5b4f01af7fc0d737cedc65bd695280b7fcebb (diff)
Revert "community/unison: build only for x86_64"
Diffstat (limited to 'community/unison')
-rw-r--r--community/unison/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD
index 7c76448346a..0150413df32 100644
--- a/community/unison/APKBUILD
+++ b/community/unison/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
pkgname=unison
pkgver=2.48.4
-pkgrel=4
+pkgrel=3
pkgdesc="Unison - efficient file-synchronization tool"
url="https://www.cis.upenn.edu/~bcpierce/unison/"
-# ocaml is not built for x86, armhf, ppc64le
+# ocaml is not built for x86, armhf
# lablgtk is not built for aarch64
-arch="x86_64"
+arch="all !x86 !armhf !aarch64"
license="GPL"
makedepends="ocaml lablgtk-dev linux-headers emacs-nox"
subpackages="$pkgname-doc"