summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2019-11-18 19:54:47 +0100
committerMichael Lass2019-11-18 19:54:47 +0100
commit434a04707b6b490b26be61233e54aa0038297f0c (patch)
tree0d2f6612d9c1bc9346f44d2510051bdbc0893f33
parent5e5fe07d9a30454773edeb67c5619eae9d0e608b (diff)
downloadaur-434a04707b6b490b26be61233e54aa0038297f0c.tar.gz
Update to v6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1da21d746048..bdbebf3e3b0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = archlinux-java-run
pkgdesc = Java Application Launcher for Arch Linux
- pkgver = 5
+ pkgver = 6
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/v5.tar.gz
- sha256sums = eae4381967bfabbff4705e8b7e42627d9d2e3f667d20af09c9938bf92d9db5c2
+ source = https://github.com/michaellass/archlinux-java-run/archive/v6.tar.gz
+ sha256sums = 312c7c0dc58e682a4b5246238032c583c0b46f94e459d919069c741156016c48
pkgname = archlinux-java-run
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}"