summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlangurmonkey2019-11-05 14:50:43 +0100
committerlangurmonkey2019-11-05 14:50:43 +0100
commit58218f37de6e9261c892516bd979c7314d00b4f3 (patch)
tree0861e6ac5053b819919f73fb8db2547e6a59ab18
parenta870507420248112896a9417d3f0e01b253e4a93 (diff)
downloadaur-58218f37de6e9261c892516bd979c7314d00b4f3.tar.gz
Version 2.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md20
-rw-r--r--PKGBUILD4
3 files changed, 24 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d23b86532ba..83791f0cb5b1 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.2.084a01b2e
+ pkgver = 2.2.3.25f1ec5bc
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.2.084a01b2e/gaiasky-2.2.2.084a01b2e.tar.gz
- md5sums = 99ac1ed7c5b8c4d921b4eb8c38b9e35c
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/2.2.3.25f1ec5bc/gaiasky-2.2.3.25f1ec5bc.tar.gz
+ md5sums = f68f6a7238fe8430d4175e6111597ac7
pkgname = gaiasky
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ca1b1fe5c94..b73fc1ded008 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,26 @@
<a name="unreleased"></a>
## [Unreleased](https://gitlab.com/langurmonkey/gaiasky/tree/master)
-[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/2.2.2...HEAD)
+[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/2.2.3...HEAD)
+<a name="2.2.3"></a>
+## [2.2.3](https://gitlab.com/langurmonkey/gaiasky/tree/2.2.2) (2019-11-05)
+[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/2.2.2...2.2.3)
+
+### Bug Fixes
+
+- improve user notification if wrong java version is used
+- windows data loading crash -> [#308](https://gitlab.com/langurmonkey/gaiasky/issues/308)
+### Build System
+
+- add some extra translations for Catalan, German and Spanish
+### Features
+
+- update gaia sky icon with more modern version
+- add more handy information in download manager
+- add cancel download button to manager
+- add support for release notes in download manager
+
<a name="2.2.2"></a>
## [2.2.2](https://gitlab.com/langurmonkey/gaiasky/tree/2.2.1) (2019-10-31)
[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/2.2.1...2.2.2)
diff --git a/PKGBUILD b/PKGBUILD
index dd6700478231..239636fcb226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=2.2.2.084a01b2e
+pkgver=2.2.3.25f1ec5bc
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=("99ac1ed7c5b8c4d921b4eb8c38b9e35c")
+md5sums=("f68f6a7238fe8430d4175e6111597ac7")
validpgpkeys=()
prepare() {