summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoakim Repomaa2022-03-23 23:47:09 +0200
committerJoakim Repomaa2022-03-23 23:47:09 +0200
commitbebbceaef59ab9114d74f11034803b43090f9aca (patch)
tree37054a6631984ded9e0833653636efb6ee58e245 /PKGBUILD
parent645e7b5ade3b283ac1ba4bef1619e4bc80ee69a8 (diff)
downloadaur-axoloti-git.tar.gz
export JAVA_HOME to point to jdk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9785eb084126..66756e0d01c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gitname=axoloti
pkgname=${_gitname}-git
pkgver=1.0.11.r61.g6a05b1c2
-pkgrel=4
+pkgrel=5
pkgdesc='A workbench to compose and edit sound algorithms and interactions for the axoloti core'
arch=(x86_64)
url="http://www.axoloti.com/"
@@ -23,6 +23,7 @@ sha512sums=(
build() {
echo '##### building GUI... #####'
cd "$srcdir/$_gitname"
+ export JAVA_HOME='/usr/lib/jvm/java-8-openjdk'
ant
}