summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlangurmonkey2020-01-23 09:16:55 +0100
committerlangurmonkey2020-01-23 09:16:55 +0100
commit82304d55e4b9f28761b11482caa89b4b184fc3d3 (patch)
tree5e230ef7698ffd98af3037cd03b850ca4098014e
parent967cb8f79d569bbbab00f9c51af975b60ddc7f08 (diff)
downloadaur-82304d55e4b9f28761b11482caa89b4b184fc3d3.tar.gz
Version 2.2.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md11
-rw-r--r--PKGBUILD6
3 files changed, 16 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a7643b6b1bf..52e785e8009a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gaiasky
pkgdesc = Interactive 3D Universe software focused on ESA's Gaia mission
- pkgver = 2.2.4.276701f80
+ pkgver = 2.2.4_1.a169540c8
pkgrel = 1
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
install = gaiasky.install
@@ -9,8 +9,8 @@ pkgbase = gaiasky
license = MPL
depends = jre11-openjdk
depends = xorg-xrandr
- source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/2.2.4.276701f80/gaiasky-2.2.4.276701f80.tar.gz
- md5sums = 349e123763b0cabb8e90f1ce2e2c921e
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/2.2.4_1.a169540c8/gaiasky-2.2.4-1.a169540c8.tar.gz
+ md5sums = d22daeebd184ca29d46951044cd9737f
pkgname = gaiasky
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3aa03e22fee2..475adf424619 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
<a name="unreleased"></a>
## [Unreleased](https://gitlab.com/langurmonkey/gaiasky/tree/master)
-[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/2.2.4...HEAD)
+[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/2.2.4-1...HEAD)
+
+
+<a name="2.2.4-1"></a>
+## [2.2.4-1](https://gitlab.com/langurmonkey/gaiasky/tree/2.2.4) (2020-01-23)
+[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/2.2.4...2.2.4-1)
+
+### Bug Fixes
+- build script typo
+- ambient light slider
<a name="2.2.4"></a>
diff --git a/PKGBUILD b/PKGBUILD
index 644778eb9a4d..a101780f1521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=2.2.4.276701f80
+pkgver=2.2.4_1.a169540c8
pkgrel=1
epoch=
pkgdesc="Interactive 3D Universe software focused on ESA's Gaia mission"
@@ -20,9 +20,9 @@ backup=()
options=()
install=gaiasky.install
changelog=CHANGELOG.md
-source=("http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/$pkgver/$pkgname-$pkgver.tar.gz")
+source=("http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/$pkgver/$pkgname-2.2.4-1.a169540c8.tar.gz")
noextract=()
-md5sums=("349e123763b0cabb8e90f1ce2e2c921e")
+md5sums=("d22daeebd184ca29d46951044cd9737f")
validpgpkeys=()
prepare() {