summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0b1001002022-09-04 16:11:03 +0200
committer0b1001002022-09-04 16:12:00 +0200
commitf6a124bc6ad71dfb2d7ce17e88495805418b297b (patch)
treeef01bbd638f5760c5088132c26ca60fa605c8c98
parent99f254e485a7e1d437ee55c9bf286730a99a9706 (diff)
downloadaur-f6a124bc6ad71dfb2d7ce17e88495805418b297b.tar.gz
Depend on java runtime version <= 17
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9376341b824f..60d6bd4a3bb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = alice-bin
pkgdesc = An educational software that teaches students computer programming in a 3D environment
pkgver = 3.6.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.alice.org
arch = i686
arch = x86_64
license = custom
depends = java-runtime>=8
+ depends = java-runtime<=17
depends = xdg-utils
depends = lib32-glu
depends = lib32-libxrandr
diff --git a/PKGBUILD b/PKGBUILD
index 695c206d0b34..faa8f91087c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,13 @@
pkgname=alice-bin
pkgver=3.6.0.2
_build=662
-pkgrel=1
+pkgrel=2
pkgdesc="An educational software that teaches students computer programming in a 3D environment"
arch=('i686' 'x86_64')
url="https://www.alice.org"
license=('custom')
depends=('java-runtime>=8'
+ 'java-runtime<=17'
'xdg-utils'
'lib32-glu'
'lib32-libxrandr'