mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 05:22:27 +01:00
mcpatcher: Version bump to 4.3.0_beta2-1.
This commit is contained in:
parent
d48106ab6a
commit
90b3fead66
3 changed files with 19 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_beta1
|
||||
pkgver = 4.3.0_beta2
|
||||
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-beta1.jar
|
||||
source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.3.0-beta1.jar
|
||||
noextract = mcpatcher-4.3.0-beta2.jar
|
||||
source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.3.0-beta2.jar
|
||||
source = mcpatcher
|
||||
source = mcpatcher.desktop
|
||||
md5sums = e066ccbfd74775040005507814d0758b
|
||||
md5sums = 9cbacce2ab5be99acdc2c63a5930ffaf
|
||||
md5sums = 9ec7aafefe59c2864b70f61d8661113d
|
||||
md5sums = 5bcaba0e9fbc3a22159c17a64c7688fd
|
||||
|
||||
|
|
|
|||
13
ChangeLog
13
ChangeLog
|
|
@ -1,3 +1,16 @@
|
|||
2013-09-28 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 4.3.0_beta2-1
|
||||
Version bump.
|
||||
|
||||
Upstream changelog:
|
||||
- Compatible with 13w39b.
|
||||
- Fixed lit blocks like glowstone turning black.
|
||||
- Fixed color of side grass texture.
|
||||
- Fixed crash with CTM connect=material.
|
||||
- Fixed missing gson library with older Minecraft versions.
|
||||
- Added -noproxy option for Linux users without Gnome libraries installed.
|
||||
|
||||
2013-09-25 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 4.3.0_beta1-1
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
pkgname=mcpatcher
|
||||
pkgver='4.3.0_beta1'
|
||||
pkgver='4.3.0_beta2'
|
||||
_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=('e066ccbfd74775040005507814d0758b'
|
||||
md5sums=('9cbacce2ab5be99acdc2c63a5930ffaf'
|
||||
'9ec7aafefe59c2864b70f61d8661113d'
|
||||
'5bcaba0e9fbc3a22159c17a64c7688fd')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue