mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 05:12:16 +01:00
mcpatcher: Version bump to 2.4.5-1.
Downloads are now provided by Bitbucket instead of GitHub.
This commit is contained in:
parent
ecfe8adfd2
commit
7d9039dd2d
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 = 2.4.4
|
||||
pkgver = 2.4.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/pclewis/mcpatcher
|
||||
changelog = ChangeLog
|
||||
|
|
@ -8,13 +8,13 @@ pkgbase = mcpatcher
|
|||
license = Public Domain
|
||||
depends = java-runtime
|
||||
optdepends = minecraft: the game itself
|
||||
noextract = mcpatcher-2.4.4.jar
|
||||
noextract = mcpatcher-2.4.5.jar
|
||||
source = mcpatcher
|
||||
source = mcpatcher.desktop
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.4.jar
|
||||
source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-2.4.5.jar
|
||||
md5sums = 38358254be76dc84676509f43be44938
|
||||
md5sums = 87f031f8f0fceb0feb369c6185e07fbf
|
||||
md5sums = 099715089f84a65cad59f4fab6a72851
|
||||
md5sums = 50f58f6212ca987bfec349b86a1cd97e
|
||||
|
||||
pkgname = mcpatcher
|
||||
|
||||
|
|
|
|||
21
ChangeLog
21
ChangeLog
|
|
@ -1,3 +1,24 @@
|
|||
2012-12-25 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 2.4.5 :
|
||||
Version bump.
|
||||
Project is now on Bitbucket, as GitHub no longer supports file downloads.
|
||||
|
||||
Upstream changelog (2.4.4_01):
|
||||
- Fix "redshifting" of default animations at a distance.
|
||||
- Fix darkening of custom compass when GUI is up.
|
||||
- Fix crash on startup in BuildCraft oil animation.
|
||||
- Texture pack support for custom mipmaps, e.g., /terrain-mipmap1.png.
|
||||
- Several tweaks to mipmap generation.
|
||||
- Disable mipmaps by default and reduce default mipmap level to 3.
|
||||
|
||||
Upstream changelog (2.4.5):
|
||||
- Various fixes for custom compasses.
|
||||
- Make Random Mobs compatible with mobs that change skins (e.g., Mo' Creatures).
|
||||
- Improved blending method used for fireworks effects.
|
||||
- Support for resizing the BTW stoked fire animation.
|
||||
- Project moved to Bitbucket.org.
|
||||
|
||||
2012-12-13 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 2.4.4-1 :
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
pkgname=mcpatcher
|
||||
pkgver='2.4.4'
|
||||
pkgver='2.4.5'
|
||||
pkgrel=1
|
||||
pkgdesc='Minecraft patcher to fix textures with higher than default resolution'
|
||||
arch=('any')
|
||||
|
|
@ -14,10 +14,10 @@ noextract=("$pkgname-$pkgver.jar")
|
|||
changelog=ChangeLog
|
||||
source=(mcpatcher
|
||||
mcpatcher.desktop
|
||||
https://github.com/downloads/pclewis/mcpatcher/$pkgname-$pkgver.jar)
|
||||
https://bitbucket.org/prupe/mcpatcher/downloads/$pkgname-$pkgver.jar)
|
||||
md5sums=('38358254be76dc84676509f43be44938'
|
||||
'87f031f8f0fceb0feb369c6185e07fbf'
|
||||
'099715089f84a65cad59f4fab6a72851')
|
||||
'50f58f6212ca987bfec349b86a1cd97e')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue