summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchetgurevitch2019-04-25 17:45:36 -0700
committerchetgurevitch2019-04-25 17:45:36 -0700
commit954c320f9fd842cb10f96db40c8311a7c26081b6 (patch)
tree6c4d7af3eca9668318d9c48da98b06aa52b48f93
parent4c0a67c203ed6a012908ef454e649ad8cedae9c1 (diff)
downloadaur-954c320f9fd842cb10f96db40c8311a7c26081b6.tar.gz
update java-runtime version requirement
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c939aaff9cd..16551bb533e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bluej
pkgdesc = An integrated Java environment specifically designed for introductory teaching
pkgver = 4.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.bluej.org
arch = any
license = GPL2
@@ -11,7 +11,7 @@ pkgbase = bluej
license = LGPL2.1
license = MIT
license = custom
- depends = java-runtime
+ depends = java-runtime>=11
depends = java-environment>=11
depends = java-openjfx>=11
noextract = BlueJ-linux-420.deb
diff --git a/PKGBUILD b/PKGBUILD
index 3666b187d55a..965adfe6f749 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
pkgname=bluej
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="An integrated Java environment specifically designed for introductory teaching"
arch=('any')
url="https://www.${pkgname}.org"
license=('GPL2' 'Apache' 'BSD' 'CPL' 'LGPL2.1' 'MIT' 'custom')
-depends=('java-runtime' "java-environment>=11" "java-openjfx>=11")
+depends=('java-runtime>=11' "java-environment>=11" "java-openjfx>=11")
source=("https://www.${pkgname}.org/download/files/BlueJ-linux-${pkgver//.}.deb"
"${pkgname}"
"${pkgname}.desktop")