summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Lass2019-11-18 19:54:47 +0100
committerMichael Lass2019-11-18 19:54:47 +0100
commit434a04707b6b490b26be61233e54aa0038297f0c (patch)
tree0d2f6612d9c1bc9346f44d2510051bdbc0893f33 /PKGBUILD
parent5e5fe07d9a30454773edeb67c5619eae9d0e608b (diff)
downloadaur-434a04707b6b490b26be61233e54aa0038297f0c.tar.gz
Update to v6
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}"