From 1d8e79c0ddaad3118e2769a2c8a6b2a6245547bf Mon Sep 17 00:00:00 2001 From: xconstruct Date: Fri, 27 May 2011 19:48:14 +0200 Subject: [PATCH] mcpatcher 2.1.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 460cc1f414c7..ea0827437933 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mcpatcher pkgdesc = Minecraft patcher to fix textures with higher than default resolution - pkgver = 2.0.1 + pkgver = 2.1.0 pkgrel = 1 url = https://github.com/pclewis/mcpatcher arch = any @@ -8,9 +8,9 @@ pkgbase = mcpatcher depends = java-runtime optdepends = minecraft: the game itself source = mcpatcher - source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.0.1.jar + source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.1.0.jar md5sums = 38358254be76dc84676509f43be44938 - md5sums = 1655cf23a175e7371842736411c9bd62 + md5sums = d2dc15088d8da7a3eeb6ac159d27f36f pkgname = mcpatcher diff --git a/PKGBUILD b/PKGBUILD index d95dd2af6eb1..c1b7cac8995e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Constantin Schomburg pkgname=mcpatcher -pkgver='2.0.1' +pkgver='2.1.0' pkgrel=1 pkgdesc="Minecraft patcher to fix textures with higher than default resolution" arch=('any') @@ -12,7 +12,7 @@ optdepends=('minecraft: the game itself') source=(mcpatcher https://github.com/downloads/pclewis/mcpatcher/mcpatcher-$pkgver.jar) md5sums=('38358254be76dc84676509f43be44938' - '1655cf23a175e7371842736411c9bd62') + 'd2dc15088d8da7a3eeb6ac159d27f36f') build() { cd "$srcdir"