summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Sagrista2018-07-06 08:36:26 +0200
committerToni Sagrista2018-07-06 08:36:26 +0200
commita84d9282ab2ad63e494689561403aac2204b7987 (patch)
treeba16212afffad2de8b2b681939df6321bc143ce5
parent51c2fa1df5dcfc13299efd56be7574d375bc771c (diff)
downloadaur-a84d9282ab2ad63e494689561403aac2204b7987.tar.gz
New version 2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md26
-rw-r--r--PKGBUILD4
3 files changed, 31 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c288ac298b41..3d4274f6c6e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gaiasky
pkgdesc = Interactive 3D Universe software focused on ESA's Gaia mission
- pkgver = 2.0.1.12226a08
+ pkgver = 2.0.2.7c078d86
pkgrel = 1
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
install = gaiasky.install
@@ -8,8 +8,8 @@ pkgbase = gaiasky
arch = x86_64
license = MPL
depends = jre8-openjdk
- source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/2.0.1.12226a08/gaiasky-2.0.1.12226a08.tar.gz
- md5sums = 1b202e73d36a653455ca04d9d57b22ff
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/2.0.2.7c078d86/gaiasky-2.0.2.7c078d86.tar.gz
+ md5sums = b7104f2c54d5c98ded5bdd40f5520fc5
pkgname = gaiasky
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 784ab285ac3e..c119d0c9e431 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,31 @@
# Change Log
+## [Unreleased](https://github.com/langurmonkey/gaiasky/tree/HEAD)
+
+[Full Changelog](https://github.com/langurmonkey/gaiasky/compare/2.0.2...HEAD)
+
+**Implemented enhancements:**
+
+- Add controls to manage datasets [\#290](https://github.com/langurmonkey/gaiasky/issues/290)
+
+## [2.0.2](https://github.com/langurmonkey/gaiasky/tree/2.0.2) (2018-07-05)
+[Full Changelog](https://github.com/langurmonkey/gaiasky/compare/2.0.1...2.0.2)
+
+**Implemented enhancements:**
+
+- Separate base texture from clouds texture [\#289](https://github.com/langurmonkey/gaiasky/issues/289)
+- Add gamma correction [\#288](https://github.com/langurmonkey/gaiasky/issues/288)
+- Add label size control [\#287](https://github.com/langurmonkey/gaiasky/issues/287)
+- Rearrange graphical settings into preferences dialog [\#286](https://github.com/langurmonkey/gaiasky/issues/286)
+
+**Fixed bugs:**
+
+- Fix objects pane minimize button disappearing [\#285](https://github.com/langurmonkey/gaiasky/issues/285)
+
+**Merged pull requests:**
+
+- Fix broken link to DR2 default catalog [\#280](https://github.com/langurmonkey/gaiasky/pull/280) ([vga101](https://github.com/vga101))
+
## [2.0.1](https://github.com/langurmonkey/gaiasky/tree/2.0.1) (2018-06-14)
[Full Changelog](https://github.com/langurmonkey/gaiasky/compare/2.0.0-vr...2.0.1)
diff --git a/PKGBUILD b/PKGBUILD
index d4206ef199a5..6ca05dcfbcb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=2.0.1.12226a08
+pkgver=2.0.2.7c078d86
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=("1b202e73d36a653455ca04d9d57b22ff")
+md5sums=("b7104f2c54d5c98ded5bdd40f5520fc5")
validpgpkeys=()
prepare() {