From 74ad78cd932078331864ec9defe7553d838f4e38 Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Sat, 7 Dec 2013 22:07:37 +0100 Subject: [PATCH] mcpatcher: Version bump to 4.3.1. --- .SRCINFO | 8 ++++---- ChangeLog | 28 ++++++++++++++++++++++++++++ PKGBUILD | 4 ++-- 3 files changed, 34 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 88d71e31b37a..a6a91a11bfa8 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.1_beta1 + pkgver = 4.3.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.3.1-beta1.jar - source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.3.1-beta1.jar + noextract = mcpatcher-4.3.1.jar + source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.3.1.jar source = mcpatcher source = mcpatcher.desktop - md5sums = ba77313c77acdb5a83cbd9f41847076a + md5sums = c52b5b8f8ddfc6b5160a4781b16565d4 md5sums = 9ec7aafefe59c2864b70f61d8661113d md5sums = 5bcaba0e9fbc3a22159c17a64c7688fd diff --git a/ChangeLog b/ChangeLog index dc9991bc6b3b..c111d50f8d92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2013-12-07 Frederik "Freso" S. Olesen + + * 4.3.1-1 + Version bump. + + Upstream changelog: + - Updated for 1.7.3pre and related launcher changes. + - Fixed bug causing attempts to download json files for modded versions. + - Fixed UI hang when user closes window while patcher is busy. + - Force consistent coloring between top and bottom halves of double_plant blocks. + - New CTM property linked=true to synchronize top and bottom halves of double_plant blocks when using random CTM. + - Apply default grass.png to tall ferns and grass too. + - Fixed CTM problems with metadata 15. + - Fixed custom grass, foliage.png always using the vanilla format. + - Fixed beacon particle effects transparency. + - Support texture.* syntax in CIT type=enchantment. + - Added yOffset property to grid format colormap. + - Fixed crash with zan's minimap. + - Fixed transparency issues with 13w47e. + - Fixed CIT ignoring weight property in some cases. + - Allow CIT matching of damage as a % of max in addition to an absolute value. + - Preserve Mojang's hard-coded biome colors for packs with no grass, foliage.png. + - Fix inconsistent water particle colors. + - Ignore neighbor's metadata when checking connect=material. + - New property enableColormap.3 to enable custom colormaps during render pass 3. + - Fixed CTM iron bars applying default texture on top of custom one. + - Fixed conversion of texture packs from 1.4 to 1.5. + 2013-11-25 Frederik "Freso" S. Olesen * 4.3.1_beta1-1 diff --git a/PKGBUILD b/PKGBUILD index c6575e951dfa..3d0ac8a237fe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Frederik "Freso" S. Olesen pkgname=mcpatcher -pkgver='4.3.1_beta1' +pkgver='4.3.1' _jarfile="$pkgname-${pkgver//_/-}.jar" pkgrel=1 pkgdesc='Minecraft patcher to fix textures with higher than default resolution' @@ -16,7 +16,7 @@ changelog=ChangeLog source=("https://bitbucket.org/prupe/mcpatcher/downloads/$_jarfile" mcpatcher mcpatcher.desktop) -md5sums=('ba77313c77acdb5a83cbd9f41847076a' +md5sums=('c52b5b8f8ddfc6b5160a4781b16565d4' '9ec7aafefe59c2864b70f61d8661113d' '5bcaba0e9fbc3a22159c17a64c7688fd')