summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Born2023-09-01 00:12:09 +0200
committerAndreas Born2023-09-01 00:12:09 +0200
commit9815799ee2875ca017509520f782d187553c18ed (patch)
tree7d232c343d90b2012dd28e9147945068579b4817
parent4e667e6e3afc2cf4459def4f7464262deba2adca (diff)
downloadaur-9815799ee2875ca017509520f782d187553c18ed.tar.gz
Increase minimum Java version to 15
This follows the Jave version bundled by the upstream project.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e40e0956e44..970ace14aec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Sync client for the LRZ Sync+Share service"
url='https://syncandshare.lrz.de/'
arch=('any')
license=('custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'java-runtime>=11' 'xdg-utils' 'archlinux-java-run')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'java-runtime>=15' 'xdg-utils' 'archlinux-java-run')
source=("LRZ_Sync_Share_${pkgver}_Linux.tar.gz::https://syncandshare.lrz.de/client_deployment/LRZ_Sync_Share_Latest_Linux.tar.gz")
sha256sums=('d4e0a78b59435b860bb3e38d7beb385d29e4e2a171bfa631e3330b43670789b8')
@@ -19,7 +19,7 @@ prepare() {
cd "${srcdir}/LRZ_Sync_Share"
sed -e "s;^CLIENT_INSTALL=.*\$;CLIENT_INSTALL=/usr/share/${pkgname};" \
- -e 's;^RUN_CMD="$CLIENT_INSTALL/jre/bin/java ;RUN_CMD="/usr/bin/archlinux-java-run -a 11 -- ;' \
+ -e 's;^RUN_CMD="$CLIENT_INSTALL/jre/bin/java ;RUN_CMD="/usr/bin/archlinux-java-run -a 15 -- ;' \
-i LRZ_Sync_Share-Client.sh
sed -e "s;^Icon=.*;Icon=${pkgname};" \
-e "s;^Exec=.*;Exec=${pkgname};" -i install-files/LRZ_Sync_Share.desktop