summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4484938f57c..5bea3a30a703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# https://github.com/michaellass/AUR
pkgname=archlinux-java-run
-pkgver=5
+pkgver=6
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=('eae4381967bfabbff4705e8b7e42627d9d2e3f667d20af09c9938bf92d9db5c2')
+sha256sums=('312c7c0dc58e682a4b5246238032c583c0b46f94e459d919069c741156016c48')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"