summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Repomaa2022-03-23 23:44:44 +0200
committerJoakim Repomaa2022-03-23 23:44:44 +0200
commit645e7b5ade3b283ac1ba4bef1619e4bc80ee69a8 (patch)
treef59a77f015b463981cde2042ad31b4117d5c1ad3
parent3c4a2ad3170d11dcfbb0b78cde02fe0dde69e288 (diff)
downloadaur-645e7b5ade3b283ac1ba4bef1619e4bc80ee69a8.tar.gz
add openjdk as build dep
-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)