summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e251d86ee818..8bbda65d11e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 23 13:48:20 UTC 2017
+# Sun Oct 15 08:03:35 UTC 2017
pkgbase = rpw
pkgdesc = Minecraft resource pack editor by MightyPork
- pkgver = 4.4.0
+ pkgver = 4.5.0
pkgrel = 1
url = http://mcrpw.github.io/
arch = any
@@ -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.4.0/ResourcePackWorkbench.jar
+ source = https://github.com/mcRPW/rpw/releases/download/v4.5.0/ResourcePackWorkbench.jar
source = https://raw.githubusercontent.com/mcRPW/rpw/master/LICENSE.txt
- md5sums = 804aa7850d427c4651d5536b19bd61ca
+ md5sums = 49c7864029decd66c92a6d8998ce157f
md5sums = 604f46ee27f8c28ba680499f436b80b6
pkgname = rpw
diff --git a/PKGBUILD b/PKGBUILD
index 90faa3e5d0c9..3d07d5b663bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rpw
-pkgver=4.4.0
+pkgver=4.5.0
pkgrel=1
# jar filename on dropbox
@@ -22,7 +22,7 @@ _comment="$pkgdesc"
_exec=("rpw")
_categories="Application;Development"
-source=("https://github.com/mcRPW/rpw/releases/download/v4.4.0/$FNAME"
+source=("https://github.com/mcRPW/rpw/releases/download/v4.5.0/$FNAME"
"https://raw.githubusercontent.com/mcRPW/rpw/master/LICENSE.txt")
depends=('java-runtime')
@@ -36,7 +36,7 @@ makedepends=("unzip"
provides=("rpw")
-md5sums=('804aa7850d427c4651d5536b19bd61ca'
+md5sums=('49c7864029decd66c92a6d8998ce157f'
'604f46ee27f8c28ba680499f436b80b6')
prepare() {