aboutsummaryrefslogtreecommitdiffstats
path: root/community/java-jna/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-01 16:33:31 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-01 16:33:50 +0200
commit6c827bfad5b8464fe1fa0438452b84fa69a3e615 (patch)
tree96411674fdbd098a9a625bf523970d1ef00b29a8 /community/java-jna/APKBUILD
parent50657f1c28a98ad3b3ed75b35ba7b440b005766f (diff)
community/java-jni: fix arch
Diffstat (limited to 'community/java-jna/APKBUILD')
-rw-r--r--community/java-jna/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/java-jna/APKBUILD b/community/java-jna/APKBUILD
index 9be23fca74c..e19b3c089b7 100644
--- a/community/java-jna/APKBUILD
+++ b/community/java-jna/APKBUILD
@@ -6,7 +6,7 @@ pkgver=4.2.2
pkgrel=3
pkgdesc="JNA provides Java programs easy access to native shared libraries."
url="https://github.com/java-native-access/jna"
-arch="noarch"
+arch="all"
license="ASL-2.0 LGPL-2.1"
depends="openjdk8-jre-base"
makedepends="apache-ant autoconf automake libffi-dev>=3.2 libtool openjdk8"
@@ -50,7 +50,6 @@ package() {
}
native() {
- arch="all"
local soname="libjnidispatch.so"
cd "$builddir"