mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 06:42:23 +01:00
mcpatcher: Bump version to 3.0.3-1.
This commit is contained in:
parent
425e283c33
commit
efbaeacc40
3 changed files with 22 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 = 2.4.5_03
|
||||
pkgver = 3.0.3
|
||||
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-2.4.5_03.jar
|
||||
source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-2.4.5_03.jar
|
||||
noextract = mcpatcher-3.0.3.jar
|
||||
source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-3.0.3.jar
|
||||
source = mcpatcher
|
||||
source = mcpatcher.desktop
|
||||
md5sums = d5b33a8cf4896beef40013d778b614b2
|
||||
md5sums = e23a003b751f95b5e294cdb0b92f675f
|
||||
md5sums = 38358254be76dc84676509f43be44938
|
||||
md5sums = 87f031f8f0fceb0feb369c6185e07fbf
|
||||
|
||||
|
|
|
|||
16
ChangeLog
16
ChangeLog
|
|
@ -1,5 +1,21 @@
|
|||
2013-04-02 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 3.0.3-1
|
||||
Version bump.
|
||||
|
||||
Upstream changelog (3.0.2_01):
|
||||
- First official release for 1.5.
|
||||
- Pre release post: http://www.minecraftforum.net/topic/1496369-/page__st__7180#entry20373720
|
||||
- New CTM format post: http://www.minecraftforum.net/topic/1496369-/page__st__7280#entry20568110
|
||||
|
||||
Upstream changelog (3.0.3):
|
||||
- Fixed white lines between textures.
|
||||
- Fixed CTM for brewing stand.
|
||||
- Further optimization of mipmapping/AA.
|
||||
- Fixed Better Grass with fast graphics.
|
||||
- Duplicate carrots_0-2.png to potatoes_0-2.png if the latter is not already present when converting 1.4 texture pack.
|
||||
- Improved custom compass/clock performance.
|
||||
|
||||
* 2.4.5_03-1
|
||||
Version bump.
|
||||
Moved mcpatcher and mcpatcher.desktop back into the package itself.
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
pkgname=mcpatcher
|
||||
pkgver='2.4.5_03'
|
||||
pkgver='3.0.3'
|
||||
pkgrel=1
|
||||
pkgdesc='Minecraft patcher to fix textures with higher than default resolution'
|
||||
arch=('any')
|
||||
|
|
@ -15,7 +15,7 @@ changelog=ChangeLog
|
|||
source=(https://bitbucket.org/prupe/mcpatcher/downloads/$pkgname-$pkgver.jar
|
||||
mcpatcher
|
||||
mcpatcher.desktop)
|
||||
md5sums=('d5b33a8cf4896beef40013d778b614b2'
|
||||
md5sums=('e23a003b751f95b5e294cdb0b92f675f'
|
||||
'38358254be76dc84676509f43be44938'
|
||||
'87f031f8f0fceb0feb369c6185e07fbf')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue