summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndřej Hruška2017-10-28 18:46:41 +0200
committerOndřej Hruška2017-10-28 18:46:41 +0200
commita7dbe96278e812aec863adb97b6b57e2053083d0 (patch)
tree90c86123325bc9b085a30e29bef9ec288da8c2ba
parent8107296e46f23716101144a58864312f60b59941 (diff)
downloadaur-rpw.tar.gz
update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82fa3ec96f34..b0d9b3c7c481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 15 12:40:45 UTC 2017
+# Sat Oct 28 16:46:35 UTC 2017
pkgbase = rpw
pkgdesc = Minecraft resource pack editor by MightyPork
- pkgver = 4.5.1
- pkgrel = 2
+ pkgver = 4.5.2
+ pkgrel = 1
url = http://mcrpw.github.io/
arch = any
license = RPW license
@@ -14,9 +14,9 @@ pkgbase = rpw
optdepends = audacity: Editing sound files
optdepends = minecraft: Source of vanilla asset files (.minecraft folder)
provides = rpw
- source = https://github.com/mcRPW/rpw/releases/download/v4.5.1/ResourcePackWorkbench.jar
+ source = https://github.com/mcRPW/rpw/releases/download/v4.5.2/ResourcePackWorkbench.jar
source = https://raw.githubusercontent.com/mcRPW/rpw/master/LICENSE.txt
- md5sums = 58b42783dced1c27b595f4cc8d47623a
+ md5sums = 3c91ed6e8da9dfdb5a557716d76ce6a4
md5sums = 6cddb8a804751e3bb58d427a8e20fcdb
pkgname = rpw
diff --git a/PKGBUILD b/PKGBUILD
index 909972d188a8..5a6379cafadf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=rpw
-pkgver=4.5.1
-pkgrel=2
+pkgver=4.5.2
+pkgrel=1
# jar filename on dropbox
FNAME="ResourcePackWorkbench.jar"
@@ -22,7 +22,7 @@ _comment="$pkgdesc"
_exec=("rpw")
_categories="Application;Development"
-source=("https://github.com/mcRPW/rpw/releases/download/v4.5.1/$FNAME"
+source=("https://github.com/mcRPW/rpw/releases/download/v$pkgver/$FNAME"
"https://raw.githubusercontent.com/mcRPW/rpw/master/LICENSE.txt")
depends=('java-runtime')
@@ -36,7 +36,7 @@ makedepends=("unzip"
provides=("rpw")
-md5sums=('58b42783dced1c27b595f4cc8d47623a'
+md5sums=('3c91ed6e8da9dfdb5a557716d76ce6a4'
'6cddb8a804751e3bb58d427a8e20fcdb')
prepare() {