mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 03:42:18 +01:00
mcpatcher: Version bump to 4.3.2_01.
This commit is contained in:
parent
db7098a564
commit
9f16360a7c
3 changed files with 28 additions and 7 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.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
|
||||
|
||||
|
|
|
|||
21
ChangeLog
21
ChangeLog
|
|
@ -1,3 +1,24 @@
|
|||
2014-03-27 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 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 <archlinux@freso.dk>
|
||||
|
||||
* 4.3.1_01-2
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue