summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79c363007aab..4c4f5aa2711e 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 = 3
+ pkgrel = 4
url = http://www.axoloti.com/
arch = x86_64
license = GPL
@@ -10,6 +10,7 @@ pkgbase = axoloti-git
makedepends = libtool
makedepends = automake
makedepends = autoconf
+ makedepends = jdk8-openjdk
depends = java-runtime=8
depends = axoloti-runtime>=2.0
provides = axoloti
diff --git a/PKGBUILD b/PKGBUILD
index e106a3b552d7..9785eb084126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_gitname=axoloti
pkgname=${_gitname}-git
pkgver=1.0.11.r61.g6a05b1c2
-pkgrel=3
+pkgrel=4
pkgdesc='A workbench to compose and edit sound algorithms and interactions for the axoloti core'
arch=(x86_64)
url="http://www.axoloti.com/"
license=(GPL)
depends=('java-runtime=8' 'axoloti-runtime>=2.0')
-makedepends=(git apache-ant libtool automake autoconf)
+makedepends=(git apache-ant libtool automake autoconf jdk8-openjdk)
provides=(axoloti)
conflicts=(axoloti)