mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 05:12:16 +01:00
mcpatcher: Version bump to 4.3.1-beta1.
This commit is contained in:
parent
6ff63532a9
commit
511e34cfc2
3 changed files with 28 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = mcpatcher
|
||||
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
|
||||
pkgver = 4.3.0
|
||||
pkgver = 4.3.1_beta1
|
||||
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.0.jar
|
||||
source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.3.0.jar
|
||||
noextract = mcpatcher-4.3.1-beta1.jar
|
||||
source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.3.1-beta1.jar
|
||||
source = mcpatcher
|
||||
source = mcpatcher.desktop
|
||||
md5sums = a9a83cf35dcb5facd898de79900695cf
|
||||
md5sums = ba77313c77acdb5a83cbd9f41847076a
|
||||
md5sums = 9ec7aafefe59c2864b70f61d8661113d
|
||||
md5sums = 5bcaba0e9fbc3a22159c17a64c7688fd
|
||||
|
||||
|
|
|
|||
22
ChangeLog
22
ChangeLog
|
|
@ -1,3 +1,25 @@
|
|||
2013-11-25 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 4.3.1_beta1-1
|
||||
Version bump.
|
||||
|
||||
Upstream changelog:
|
||||
- Force consistent coloring and random CTM between top and bottom half of double_plant blocks.
|
||||
- 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 Test Minecraft button with 13w47e.
|
||||
- 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.
|
||||
|
||||
2013-11-17 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 4.3.0-1
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
pkgname=mcpatcher
|
||||
pkgver='4.3.0'
|
||||
pkgver='4.3.1_beta1'
|
||||
_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=('a9a83cf35dcb5facd898de79900695cf'
|
||||
md5sums=('ba77313c77acdb5a83cbd9f41847076a'
|
||||
'9ec7aafefe59c2864b70f61d8661113d'
|
||||
'5bcaba0e9fbc3a22159c17a64c7688fd')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue