summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2013-07-24 12:47:04 +0200
committerFrederik "Freso" S. Olesen2013-07-24 12:47:04 +0200
commit996a84051c0e59bd1a00abfdbe908a1f9c027a5e (patch)
treed96b889bf21edcbf2c8bb79677aaadb1989cf3c9
parent383b003fe2d757e3e4e5f5a6ec6e27ace505c155 (diff)
downloadaur-996a84051c0e59bd1a00abfdbe908a1f9c027a5e.tar.gz
mcpatcher: Version bump to 4.1.1-1.
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog14
-rw-r--r--PKGBUILD4
3 files changed, 20 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 261ee630fb7c..1c0dbcb7a07c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcpatcher
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
- pkgver = 4.1.0_04
+ pkgver = 4.1.1
pkgrel = 1
url = https://bitbucket.org/prupe/mcpatcher
changelog = ChangeLog
@@ -8,11 +8,11 @@ pkgbase = mcpatcher
license = Public Domain
depends = java-runtime
optdepends = minecraft: the game itself
- noextract = mcpatcher-4.1.0_04.jar
- source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.1.0_04.jar
+ noextract = mcpatcher-4.1.1.jar
+ source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.1.1.jar
source = mcpatcher
source = mcpatcher.desktop
- md5sums = fae0aa9c9c7042d68bfb7a5e053ef498
+ md5sums = ab32f220a6e6c70f4c139133280d1a96
md5sums = 38358254be76dc84676509f43be44938
md5sums = 87f031f8f0fceb0feb369c6185e07fbf
diff --git a/ChangeLog b/ChangeLog
index 8565b8e0679d..f2a570451126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2013-07-24 Frederik "Freso" S. Olesen <archlinux@freso.dk>
+
+ * 4.1.1-1
+ Version bump.
+
+ Upstream changelog:
+ - Fixed spacing of non-HD fonts to match vanilla.
+ - Fixed missing synthetic EnchantmentList$1 class.
+ - Prevent crash if animation data is invalid.
+ - Some performance optimization.
+ - Fixed CIT application to items with multiple textures (bow, fishing rod).
+ - Fixed CTM method=horizontal for vines and ladders.
+ - Warn if trying to add a resource pack as a mod.
+
2013-07-10 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 4.1.0_04-1
diff --git a/PKGBUILD b/PKGBUILD
index 9eddedb69359..4ef04e2155e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
pkgname=mcpatcher
-pkgver='4.1.0_04'
+pkgver='4.1.1'
pkgrel=1
pkgdesc='Minecraft patcher to fix textures with higher than default resolution'
arch=('any')
@@ -15,7 +15,7 @@ changelog=ChangeLog
source=(https://bitbucket.org/prupe/mcpatcher/downloads/$pkgname-$pkgver.jar
mcpatcher
mcpatcher.desktop)
-md5sums=('fae0aa9c9c7042d68bfb7a5e053ef498'
+md5sums=('ab32f220a6e6c70f4c139133280d1a96'
'38358254be76dc84676509f43be44938'
'87f031f8f0fceb0feb369c6185e07fbf')