Skip to content
Snippets Groups Projects
Commit 6c827bfa authored by Timo Teräs's avatar Timo Teräs
Browse files

community/java-jni: fix arch

parent 50657f1c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment