diff --git a/.SRCINFO b/.SRCINFO index 96dd9c5ea8d6..460cc1f414c7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,16 @@ pkgbase = mcpatcher pkgdesc = Minecraft patcher to fix textures with higher than default resolution - pkgver = 1.1.12_02 - pkgrel = 2 + pkgver = 2.0.1 + pkgrel = 1 url = https://github.com/pclewis/mcpatcher arch = any license = Public Domain depends = java-runtime optdepends = minecraft: the game itself source = mcpatcher - source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-1.1.12_02.jar + source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.0.1.jar md5sums = 38358254be76dc84676509f43be44938 - md5sums = 953fd78ff5efba84127e10ef71f34399 + md5sums = 1655cf23a175e7371842736411c9bd62 pkgname = mcpatcher diff --git a/PKGBUILD b/PKGBUILD index f655ef2cfc08..d95dd2af6eb1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Constantin Schomburg pkgname=mcpatcher -pkgver='1.1.12_02' -pkgrel=2 +pkgver='2.0.1' +pkgrel=1 pkgdesc="Minecraft patcher to fix textures with higher than default resolution" arch=('any') license=('Public Domain') @@ -12,7 +12,7 @@ optdepends=('minecraft: the game itself') source=(mcpatcher https://github.com/downloads/pclewis/mcpatcher/mcpatcher-$pkgver.jar) md5sums=('38358254be76dc84676509f43be44938' - '953fd78ff5efba84127e10ef71f34399') + '1655cf23a175e7371842736411c9bd62') build() { cd "$srcdir"