summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxconstruct2012-01-27 21:54:57 +0100
committerxconstruct2012-01-27 21:54:57 +0100
commitee8d4cdf8c9545ece8dd30cf364431ebc0afb3e2 (patch)
treeaaafdfedd21153eb8d1bbbb5c4b1910da85c152c
parent3634cd2a5720457000e192dbfd3a693ebf8d0e17 (diff)
downloadaur-ee8d4cdf8c9545ece8dd30cf364431ebc0afb3e2.tar.gz
mcpatcher 2.3.2 and noextract fix
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01cbedb42d5d..4d5f1b047969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = mcpatcher
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
- pkgver = 2.3.1_01
+ pkgver = 2.3.2
pkgrel = 1
url = https://github.com/pclewis/mcpatcher
arch = any
license = Public Domain
depends = java-runtime
optdepends = minecraft: the game itself
+ noextract = mcpatcher-2.3.2.jar
source = mcpatcher
- source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.3.1_01.jar
+ source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.3.2.jar
md5sums = 38358254be76dc84676509f43be44938
- md5sums = 3dcbc7acc79c7587075de4003ab4c98c
+ md5sums = df0b1b29fa0c8b7f4d15c684983f264d
pkgname = mcpatcher
diff --git a/PKGBUILD b/PKGBUILD
index b6b164cc220b..7fcaded65440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Constantin Schomburg <me@xconstruct.net>
pkgname=mcpatcher
-pkgver='2.3.1_01'
+pkgver='2.3.2'
pkgrel=1
pkgdesc="Minecraft patcher to fix textures with higher than default resolution"
arch=('any')
@@ -9,10 +9,11 @@ license=('Public Domain')
url="https://github.com/pclewis/mcpatcher"
depends=('java-runtime')
optdepends=('minecraft: the game itself')
+noextract=("$pkgname-$pkgver.jar")
source=(mcpatcher
https://github.com/downloads/pclewis/mcpatcher/$pkgname-$pkgver.jar)
md5sums=('38358254be76dc84676509f43be44938'
- '3dcbc7acc79c7587075de4003ab4c98c')
+ 'df0b1b29fa0c8b7f4d15c684983f264d')
build() {
cd "$srcdir"