summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2012-09-18 20:07:00 +0200
committerFrederik "Freso" S. Olesen2012-09-18 20:07:00 +0200
commitb131c514b8022cf53e94b58368409f008448bee2 (patch)
tree1011a5eb6bf878096731eec63dae6f307e5b270f
parent06c97545701e6c6dbe6834ef3b933ced1e7b80f3 (diff)
downloadaur-b131c514b8022cf53e94b58368409f008448bee2.tar.gz
mcpatcher: Bumped to version 2.4.2_03.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6b8e308c733..4523f7d75504 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = mcpatcher
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
- pkgver = 2.4.2
+ pkgver = 2.4.2_03
pkgrel = 1
url = https://github.com/pclewis/mcpatcher
arch = any
license = Public Domain
depends = java-runtime
optdepends = minecraft: the game itself
- noextract = mcpatcher-2.4.2.jar
+ noextract = mcpatcher-2.4.2_03.jar
source = mcpatcher
- source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.2.jar
+ source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.2_03.jar
md5sums = 38358254be76dc84676509f43be44938
- md5sums = 8e2348393745542a56c14a2242be26ff
+ md5sums = acf12fb6c39263b2e7e8b2714418a796
pkgname = mcpatcher
diff --git a/PKGBUILD b/PKGBUILD
index eec643aca3e3..31b2920d03a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
pkgname=mcpatcher
-pkgver='2.4.2'
+pkgver='2.4.2_03'
pkgrel=1
pkgdesc="Minecraft patcher to fix textures with higher than default resolution"
arch=('any')
@@ -14,7 +14,7 @@ noextract=("$pkgname-$pkgver.jar")
source=(mcpatcher
https://github.com/downloads/pclewis/mcpatcher/$pkgname-$pkgver.jar)
md5sums=('38358254be76dc84676509f43be44938'
- '8e2348393745542a56c14a2242be26ff')
+ 'acf12fb6c39263b2e7e8b2714418a796')
build() {
cd "$srcdir"