summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlangurmonkey2018-11-23 11:34:30 +0100
committerlangurmonkey2018-11-23 11:34:30 +0100
commitabda6484b5561277bda52df059f5c226e395f14f (patch)
tree804ec57f0bbe24d74a9702b1c0b2803ad329e961
parent921c545d41540864b55146a59b16bc31e5053f03 (diff)
downloadaur-abda6484b5561277bda52df059f5c226e395f14f.tar.gz
Patched locale index bug
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md31
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 36 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0de1084e23d2..081a671387af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gaiasky
pkgdesc = Interactive 3D Universe software focused on ESA's Gaia mission
- pkgver = 2.1.4.589351e0
+ pkgver = 2.1.4.8aba48da
pkgrel = 1
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
install = gaiasky.install
@@ -9,8 +9,8 @@ pkgbase = gaiasky
license = MPL
depends = jre8-openjdk
depends = xorg-xrandr
- source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/2.1.4.589351e0/gaiasky-2.1.4.589351e0.tar.gz
- md5sums = 896d0b6378599f994fbc979649bc761e
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/2.1.4.8aba48da/gaiasky-2.1.4.8aba48da.tar.gz
+ md5sums = 4cba6a7dacb94f2fe53c4652c0d4b956
pkgname = gaiasky
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f4325f4f488..c548472d764e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -70,18 +70,6 @@
- heap sizes in build script
- macOS -XstartOnFirstThread flag
- macos builds tweaks
-- heap sizes in build script
-- macOS -XstartOnFirstThread flag
-- assets location in install4j template
-- macos builds tweaks
-- heap sizes in build script
-- macOS -XstartOnFirstThread flag
-- macos builds tweaks
-- macos builds tweaks
-- heap sizes in build scripts
-- heap sizes in build script
-- macOS -XstartOnFirstThread flag
-- macOS -XstartOnFirstThread flag
- global key bindings affect invisible GUIs [#311](https://github.com/langurmonkey/gaiasky/issues/311)
- fix `p` double-mapping [#310](https://github.com/langurmonkey/gaiasky/issues/310)
### Build system
@@ -89,16 +77,7 @@
- installer detects and removes previous versions
- new gradle 5 compile dep format
- update to lwjgl 3.2.3
-- update to lwjgl 3.2.3
- missing flag in rund, fix caps in ruler
-- new gradle 5 compile dep format
-- update to lwjgl 3.2.3
-- update to lwjgl 3.2.3
-- new gradle 5 compile dep format
-- update to lwjgl 3.2.3
-- new gradle 5 compile dep format
-- update to lwjgl 3.2.3
-- update to lwjgl 3.2.3
- add javadoc generator and publisher
### Code Refactoring
@@ -112,17 +91,7 @@
### Features
- update to lwjgl3 backend
-- update to lwjgl3 backend
-- update to lwjgl3 backend
-- update to lwjgl3 backend
-- update to lwjgl3 backend
-- update to lwjgl3 backend
- cosmic ruler [#296](https://github.com/langurmonkey/gaiasky/issues/296)
-- update to lwjgl3 backend
-- update to lwjgl3 backend
-- update to lwjgl3 backend
-- update to lwjgl3 backend
-- update to lwjgl3 backend
- API calls to disable and enable the GUI [#312](https://github.com/langurmonkey/gaiasky/issues/312)
### Style
diff --git a/PKGBUILD b/PKGBUILD
index 8d38c12c4350..07bf09343194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=2.1.4.589351e0
+pkgver=2.1.4.8aba48da
pkgrel=1
epoch=
pkgdesc="Interactive 3D Universe software focused on ESA's Gaia mission"
@@ -22,7 +22,7 @@ install=gaiasky.install
changelog=CHANGELOG.md
source=("http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/$pkgver/$pkgname-$pkgver.tar.gz")
noextract=()
-md5sums=("896d0b6378599f994fbc979649bc761e")
+md5sums=("4cba6a7dacb94f2fe53c4652c0d4b956")
validpgpkeys=()
prepare() {