diff --git a/.SRCINFO b/.SRCINFO index d4a09ab5b2c4..7340ac75763a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mcpatcher pkgdesc = Minecraft patcher to fix textures with higher than default resolution - pkgver = 2.4.3_03 + pkgver = 2.4.3_04 pkgrel = 1 url = https://github.com/pclewis/mcpatcher changelog = ChangeLog @@ -8,13 +8,13 @@ pkgbase = mcpatcher license = Public Domain depends = java-runtime optdepends = minecraft: the game itself - noextract = mcpatcher-2.4.3_03.jar + noextract = mcpatcher-2.4.3_04.jar source = mcpatcher source = mcpatcher.desktop - source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.3_03.jar + source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.3_04.jar md5sums = 38358254be76dc84676509f43be44938 md5sums = 87f031f8f0fceb0feb369c6185e07fbf - md5sums = d2ef50a3fff93ac61e14cdc6613c3d39 + md5sums = 951cf1390c4f5a8e402e7578aec3a820 pkgname = mcpatcher diff --git a/ChangeLog b/ChangeLog index 0fd604c1217b..0dc85c3e6648 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-11-15 Frederik "Freso" S. Olesen + + * 2.4.3_04-1 : + Version bump. + + Upstream changelog: + - 1.4.4 compatibility. + - Added connect=material. + 2012-11-04 Frederik "Freso" S. Olesen * 2.4.3_03-1 : diff --git a/PKGBUILD b/PKGBUILD index bdfebf9c16ab..9e31408e3445 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Frederik "Freso" S. Olesen pkgname=mcpatcher -pkgver='2.4.3_03' +pkgver='2.4.3_04' pkgrel=1 pkgdesc='Minecraft patcher to fix textures with higher than default resolution' arch=('any') @@ -17,7 +17,7 @@ source=(mcpatcher https://github.com/downloads/pclewis/mcpatcher/$pkgname-$pkgver.jar) md5sums=('38358254be76dc84676509f43be44938' '87f031f8f0fceb0feb369c6185e07fbf' - 'd2ef50a3fff93ac61e14cdc6613c3d39') + '951cf1390c4f5a8e402e7578aec3a820') build() { cd "$srcdir"