summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Repomaa2022-03-23 23:47:09 +0200
committerJoakim Repomaa2022-03-23 23:47:09 +0200
commitbebbceaef59ab9114d74f11034803b43090f9aca (patch)
tree37054a6631984ded9e0833653636efb6ee58e245
parent645e7b5ade3b283ac1ba4bef1619e4bc80ee69a8 (diff)
downloadaur-axoloti-git.tar.gz
export JAVA_HOME to point to jdk
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c4f5aa2711e..784699246889 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = axoloti-git
pkgdesc = A workbench to compose and edit sound algorithms and interactions for the axoloti core
pkgver = 1.0.11.r61.g6a05b1c2
- pkgrel = 4
+ pkgrel = 5
url = http://www.axoloti.com/
arch = x86_64
license = GPL
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
}