summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Verto2022-01-26 00:02:27 +0100
committerLeo Verto2022-01-26 00:02:27 +0100
commit5d601d191415f2e313ac8c31473944d1327136c5 (patch)
tree4b1a7e28b7804a9674dc7927bce3549edfb03ebf
parent5095ff8b3c9a30c67591efc4cc9767d61dbe01dd (diff)
downloadaur-5d601d191415f2e313ac8c31473944d1327136c5.tar.gz
Depend on the more broad java-runtime instead of OpenJDK
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51225db22237..2e34094a0fff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = roomeqwizard
url = https://www.roomeqwizard.com
arch = any
license = custom
- depends = jre-openjdk
+ depends = java-runtime>=8
source = https://www.roomeqwizard.com/installers/REW_linux_5_20_4.sh
sha512sums = 6e130a77e7adc8ff13a2d99e5aadad19868b38ff08ed1d29e9f35223a712c1fe73fa7345a5fdf6b510d451688f685ab5c7aa12537dabc182a110b68bcc3b430b
diff --git a/PKGBUILD b/PKGBUILD
index 7a73311bc854..06a112225e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="A room acoustics analysis software for measuring and analysing room and
arch=('any')
url="https://www.roomeqwizard.com"
license=('custom')
-depends=('jre-openjdk')
+depends=('java-runtime>=8')
source=("https://www.roomeqwizard.com/installers/REW_linux_$_pkgver.sh")
sha512sums=('6e130a77e7adc8ff13a2d99e5aadad19868b38ff08ed1d29e9f35223a712c1fe73fa7345a5fdf6b510d451688f685ab5c7aa12537dabc182a110b68bcc3b430b')