From 9f16360a7c277e1ba4030ef6910d239f8aa39073 Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Thu, 27 Mar 2014 09:11:01 +0100 Subject: [PATCH] mcpatcher: Version bump to 4.3.2_01. --- .SRCINFO | 8 ++++---- ChangeLog | 21 +++++++++++++++++++++ PKGBUILD | 6 +++--- 3 files changed, 28 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index dee076ffe82a..d6b507dac0a0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mcpatcher pkgdesc = Minecraft patcher to fix textures with higher than default resolution - pkgver = 4.3.2_beta2 + pkgver = 4.3.2_01 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.3.2-beta2.jar - source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.3.2-beta2.jar + noextract = mcpatcher-4.3.2_01.jar + source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.3.2_01.jar source = mcpatcher source = mcpatcher.desktop - md5sums = ffca59f51d13e3d19624d9c58645ea20 + md5sums = ecade4fd80db55ac714c78d5545a0641 md5sums = 9ec7aafefe59c2864b70f61d8661113d md5sums = 5bcaba0e9fbc3a22159c17a64c7688fd diff --git a/ChangeLog b/ChangeLog index 62f60e5d832b..966c0ade2624 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2014-03-27 Frederik "Freso" S. Olesen + + * 4.3.2_01-1 + Version bump. + + Upstream changelog (4.3.2): + - Updated for 1.7.5 / 14w08a. + - Fixed launcher incompatibility with Test Minecraft button. + - Replaced min/maxHeight properties with "heights" in CTM and Random Mobs. + - Fixed useGlint=false not applying to armor models. + - Fixed conflict with Forge texture loading. + - Fixed problem rendering a custom compass in item frames. + - Various CTM and custom colormap fixes. + + Upstream changelog (4.3.2_01): + - Updated to 14w11b. + - Fixed extra render pass issues with forge. + - Fixed glass panes connecting incorrectly. + - Reset custom redstone colors when switching packs. + - Less strict checking of neighbor metadata for CTM. + 2014-01-07 Frederik "Freso" S. Olesen * 4.3.1_01-2 diff --git a/PKGBUILD b/PKGBUILD index 8ca51cb45742..9d474b08495e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Frederik "Freso" S. Olesen pkgname=mcpatcher -pkgver='4.3.2_beta2' -_jarfile="$pkgname-${pkgver//_/-}.jar" +pkgver='4.3.2_01' +_jarfile="$pkgname-$pkgver.jar" pkgrel=1 pkgdesc='Minecraft patcher to fix textures with higher than default resolution' arch=('any') @@ -16,7 +16,7 @@ changelog=ChangeLog source=("https://bitbucket.org/prupe/mcpatcher/downloads/$_jarfile" mcpatcher mcpatcher.desktop) -md5sums=('ffca59f51d13e3d19624d9c58645ea20' +md5sums=('ecade4fd80db55ac714c78d5545a0641' '9ec7aafefe59c2864b70f61d8661113d' '5bcaba0e9fbc3a22159c17a64c7688fd')