summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2013-12-05 19:28:33 +0100
committerFrederik "Freso" S. Olesen2013-12-05 19:28:33 +0100
commit9d08bb3f2a99738e6ab8e109e5a4cbdbd2c3b5bf (patch)
treea34029aadc0d248fa58c3387116218a4388a296c
parent358dcf4b29db968a2588a7a1ff12e257d73d58d1 (diff)
downloadaur-9d08bb3f2a99738e6ab8e109e5a4cbdbd2c3b5bf.tar.gz
amidst: Version bump to 3.5-beta-1.
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog9
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce94f89ebf7f..2558de8b06dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amidst
pkgdesc = Advanced Minecraft Interface and Data/Structure Tracking
- pkgver = 3.4
+ pkgver = 3.5_beta_1
pkgrel = 1
url = http://www.minecraftforum.net/topic/626786-
changelog = ChangeLog
@@ -8,11 +8,11 @@ pkgbase = amidst
license = GPL
depends = java-runtime
optdepends = minecraft: the game itself
- noextract = AMIDST-3.4.jar
- source = https://bitbucket.org/skiphs/amidst/downloads/AMIDST-3.4.jar
+ noextract = AMIDST-3.5-beta-1.jar
+ source = https://bitbucket.org/skiphs/amidst/downloads/AMIDST-3.5-beta-1.jar
source = amidst.sh
source = amidst.desktop
- md5sums = 13e2aefe328065fef940ea41d1cd049e
+ md5sums = 97e49c96e63e6362beaa603d66667b52
md5sums = 783c4040c9736f96ce72e9997833a0bf
md5sums = 3c6900ac68e3175768322e684f9f1bcb
diff --git a/ChangeLog b/ChangeLog
index 2d627dfefce1..a12cfe146c70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-11-28 Frederik "Freso" S. Olesen <archlinux@freso.dk>
+
+ * 3.5_beta_1-1 :
+ Version bump.
+
+ Upstream changelog (since 3.5-test-build):
+ - Fixed a bug where Mega Spruce Tiaga would show up as black if you changed the color profile. (Note: This will require any custom profiles you've made to also include a "Mega Spruce Tiaga (Hills)" entry, as the issue was from having Mega Spruce Tiaga link to two biomes)
+ - Added library loading based on the jar's json file. (Note: If no json file is found, no libraries will be loaded... this may be changed in the future. Additionally, lwjgl, jinput, and any OS requirements are currently ignored)
+
2013-09-29 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.4-1 :
diff --git a/PKGBUILD b/PKGBUILD
index 0f9d1823690d..29f673d47c50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
pkgname=amidst
-pkgver='3.4'
+pkgver='3.5_beta_1'
_jarfile="${pkgname^^}-${pkgver//_/-}.jar"
pkgrel=1
pkgdesc='Advanced Minecraft Interface and Data/Structure Tracking'
@@ -15,7 +15,7 @@ changelog=ChangeLog
source=("https://bitbucket.org/skiphs/amidst/downloads/$_jarfile"
amidst.sh
amidst.desktop)
-md5sums=('13e2aefe328065fef940ea41d1cd049e'
+md5sums=('97e49c96e63e6362beaa603d66667b52'
'783c4040c9736f96ce72e9997833a0bf'
'3c6900ac68e3175768322e684f9f1bcb')