summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Laß2023-09-24 21:48:09 +0200
committerMichael Laß2023-09-24 21:48:09 +0200
commita84f4067c5fded4f1e8f0ebdf472f0f100eb62b5 (patch)
tree897b534c16841885953639f60fe74296e2db8913 /PKGBUILD
parent934260028f42e7ff57e3d279bbb10b7700e2bdba (diff)
downloadaur-a84f4067c5fded4f1e8f0ebdf472f0f100eb62b5.tar.gz
Update to v10
Hotfix to consider JDK versions above 20.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04d4d4a3eb00..a0586fcbba2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# https://github.com/michaellass/AUR
pkgname=archlinux-java-run
-pkgver=9
+pkgver=10
pkgrel=1
pkgdesc="Java Application Launcher for Arch Linux"
arch=(any)
@@ -12,7 +12,7 @@ url="https://github.com/michaellass/archlinux-java-run"
license=('MIT')
depends=(bash java-runtime-common)
source=(https://github.com/michaellass/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('eb8bc25dce6c862400bddaf201938934bc1ebc4334255045073b161710dcb640')
+sha256sums=('2720310cde4ed064c4387d52d381079479bc8b7390b7cf3333239c4552ae6f80')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"