summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Repomaa2022-03-23 23:39:59 +0200
committerJoakim Repomaa2022-03-23 23:39:59 +0200
commit3c4a2ad3170d11dcfbb0b78cde02fe0dde69e288 (patch)
tree5153b2b2450c23e9cdc15066f9568cc23a467f3e
parentcc44aaeacc62c8f2f3fa51c421d128fd5a0bf51b (diff)
downloadaur-3c4a2ad3170d11dcfbb0b78cde02fe0dde69e288.tar.gz
update runtime to v2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a110292c1804..79c363007aab 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 = 2
+ pkgrel = 3
url = http://www.axoloti.com/
arch = x86_64
license = GPL
@@ -10,8 +10,8 @@ pkgbase = axoloti-git
makedepends = libtool
makedepends = automake
makedepends = autoconf
- depends = java-runtime=7
- depends = axoloti-runtime>=1.0
+ depends = java-runtime=8
+ depends = axoloti-runtime>=2.0
provides = axoloti
conflicts = axoloti
source = git+https://github.com/axoloti/axoloti.git
diff --git a/PKGBUILD b/PKGBUILD
index fd691ebf253f..e106a3b552d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_gitname=axoloti
pkgname=${_gitname}-git
pkgver=1.0.11.r61.g6a05b1c2
-pkgrel=2
+pkgrel=3
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=7' 'axoloti-runtime>=1.0')
+depends=('java-runtime=8' 'axoloti-runtime>=2.0')
makedepends=(git apache-ant libtool automake autoconf)
provides=(axoloti)
conflicts=(axoloti)