summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndřej Hruška2017-10-15 14:39:23 +0200
committerOndřej Hruška2017-10-15 14:39:23 +0200
commitdd3ab8280d57b307f3019db25ddae1c40fe35e61 (patch)
treed49062bc075e2381e6a891337c68872fcf005251
parent642d101b0c4a30d0ab6dcb61c410972ad6ccc25e (diff)
downloadaur-dd3ab8280d57b307f3019db25ddae1c40fe35e61.tar.gz
oops lol
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e2d1024d124..d16012a58312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 15 12:36:32 UTC 2017
+# Sun Oct 15 12:39:20 UTC 2017
pkgbase = rpw
pkgdesc = Minecraft resource pack editor by MightyPork
pkgver = 4.5.1
- pkgrel = 1
+ pkgrel = 2
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.0/ResourcePackWorkbench.jar
+ source = https://github.com/mcRPW/rpw/releases/download/v4.5.1/ResourcePackWorkbench.jar
source = https://raw.githubusercontent.com/mcRPW/rpw/master/LICENSE.txt
- md5sums = 49c7864029decd66c92a6d8998ce157f
+ md5sums = 58b42783dced1c27b595f4cc8d47623a
md5sums = 6cddb8a804751e3bb58d427a8e20fcdb
pkgname = rpw
diff --git a/PKGBUILD b/PKGBUILD
index 1382ba1c3ebc..909972d188a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rpw
pkgver=4.5.1
-pkgrel=1
+pkgrel=2
# 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.0/$FNAME"
+source=("https://github.com/mcRPW/rpw/releases/download/v4.5.1/$FNAME"
"https://raw.githubusercontent.com/mcRPW/rpw/master/LICENSE.txt")
depends=('java-runtime')
@@ -36,7 +36,7 @@ makedepends=("unzip"
provides=("rpw")
-md5sums=('49c7864029decd66c92a6d8998ce157f'
+md5sums=('58b42783dced1c27b595f4cc8d47623a'
'6cddb8a804751e3bb58d427a8e20fcdb')
prepare() {