summarylogtreecommitdiffstats
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
parent934260028f42e7ff57e3d279bbb10b7700e2bdba (diff)
downloadaur-archlinux-java-run.tar.gz
Update to v10
Hotfix to consider JDK versions above 20.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da6ea484653f..812720a967f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = archlinux-java-run
pkgdesc = Java Application Launcher for Arch Linux
- pkgver = 9
+ pkgver = 10
pkgrel = 1
url = https://github.com/michaellass/archlinux-java-run
arch = any
license = MIT
depends = bash
depends = java-runtime-common
- source = https://github.com/michaellass/archlinux-java-run/archive/v9.tar.gz
- sha256sums = eb8bc25dce6c862400bddaf201938934bc1ebc4334255045073b161710dcb640
+ source = https://github.com/michaellass/archlinux-java-run/archive/v10.tar.gz
+ sha256sums = 2720310cde4ed064c4387d52d381079479bc8b7390b7cf3333239c4552ae6f80
pkgname = archlinux-java-run
-
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}"