summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2012-12-25 17:55:50 +0100
committerFrederik "Freso" S. Olesen2012-12-25 17:55:50 +0100
commit7d9039dd2d0fd3418c3fc7daa016fc780e8f8a2e (patch)
treef9344d9f2e31093d4d21bae8f532fd4133f63113
parentecfe8adfd25612a203c1c32bc2a065475acc567a (diff)
downloadaur-7d9039dd2d0fd3418c3fc7daa016fc780e8f8a2e.tar.gz
mcpatcher: Version bump to 2.4.5-1.
Downloads are now provided by Bitbucket instead of GitHub.
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog21
-rw-r--r--PKGBUILD6
3 files changed, 28 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51fa6ea81a7d..0ed14cd5a694 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/ChangeLog b/ChangeLog
index 50849e0bfeef..831f33f6cd8d 100644
--- a/ChangeLog
+++ b/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 :
diff --git a/PKGBUILD b/PKGBUILD
index e1366bce2a42..eebeb50458d6 100644
--- a/PKGBUILD
+++ b/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"