summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuke Cotton2025-03-09 00:05:28 +0000
committerLuke Cotton2025-03-09 00:05:28 +0000
commit48c80597bd38979a8d8a7e11d3b25ebade3888cc (patch)
tree035d8af5cfcbad02e92bb4f651ff57425b344290 /PKGBUILD
parent7b4001faf5db9e3bb413519a58a0afbc574ea382 (diff)
downloadaur-unbted-git.tar.gz
Use `java` instead of `/usr/bin/java` in run script
Should prevent issues with the way Arch handles choosing which Java version to choose.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a051596a4f4..1b17836ba47d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='unbted'
pkgname="${_pkgname}-git"
pkgver=1.2.1.r1.ga2bd934
-pkgrel=1
+pkgrel=2
pkgdesc="Una's NBT Editor - an advanced interactive command-line NBT editor"
arch=('any')
url="https://git.sleeping.town/unascribed/${_pkgname}"
@@ -23,7 +23,7 @@ source=(
noextract=()
sha256sums=(
'SKIP'
- '56665e9227b213bd42fe7cffb5c955a55ab4ceb2573aeb8b84eda7a54a73945d'
+ 'a3437bc297bd9a3754c4c975563b9a0676cbc06c2a3ff5f21766b74fcb8c9d46'
)
pkgver() {