summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlangurmonkey2021-06-16 15:16:22 +0200
committerlangurmonkey2021-06-16 15:16:22 +0200
commite224b1a4293141de5155c23902dbaff41a084ad6 (patch)
tree27a135646c57d7bc953f7691468b36e02c5e31df
parentb4d369693673e1b16becda7426e0e63f629dbe78 (diff)
downloadaur-e224b1a4293141de5155c23902dbaff41a084ad6.tar.gz
Version 3.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--CHANGELOG.md21
-rw-r--r--PKGBUILD6
3 files changed, 28 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 451b0bd3e9c3..c54c549cc384 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gaiasky
pkgdesc = Open source 3D universe simulator for desktop and VR with support for more than a billion objects
- pkgver = 3.1.1.c95f19e4d
+ pkgver = 3.1.2.93ddad4b2
pkgrel = 1
epoch = 2
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
@@ -10,8 +10,8 @@ pkgbase = gaiasky
license = MPL
depends = jre11-openjdk
depends = xorg-xrandr
- source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.1.1.c95f19e4d/gaiasky-3.1.1.c95f19e4d.tar.gz
- md5sums = ae83a6b1bff119c7817c7503e760ccee
- sha256sums = aa86922e832161b5412ad8ca1748ea44ac1435dc4af9e7cd46fbf615a6f556ec
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.1.2.93ddad4b2/gaiasky-3.1.2.93ddad4b2.tar.gz
+ md5sums = 469ef9bd054d1c47bb5666740401ee47
+ sha256sums = 67cd5be8f2a8857fb9a416ea54cebffaf4e39cf3ccd74f5962b8a6fd32c44293
pkgname = gaiasky
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3737f999d9b3..1a3692dd3750 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,24 @@
+<a name="unreleased"></a>
+## [Unreleased](https://gitlab.com/langurmonkey/gaiasky/tree/master)
+[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/3.1.2...HEAD)
+
+
+<a name="3.1.2"></a>
+## [3.1.2](https://gitlab.com/langurmonkey/gaiasky/tree/3.1.1) (2021-06-16)
+[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/3.1.1...3.1.2)
+
+### Bug Fixes
+- broken visibility of datasets (star/particle groups) [#369](https://gitlab.com/langurmonkey/gaiasky/issues/369)
+- enable more than one light glow effect at a time
+- set logging level of STIL and jsamp to WARN [#367](https://gitlab.com/langurmonkey/gaiasky/issues/367)
+
+### Build System
+- fix git-chglog configuration so that merge requests are correctly captured
+
+### Features
+- add apparent magnitude from camera [#368](https://gitlab.com/langurmonkey/gaiasky/issues/368)
+
+
<a name="3.1.1"></a>
## [3.1.1](https://gitlab.com/langurmonkey/gaiasky/tree/3.1.0) (2021-06-11)
[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/3.1.0...3.1.1)
diff --git a/PKGBUILD b/PKGBUILD
index ff81ca2aa01c..33ec34d389cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=3.1.1.c95f19e4d
+pkgver=3.1.2.93ddad4b2
pkgrel=1
epoch=2
pkgdesc="Open source 3D universe simulator for desktop and VR with support for more than a billion objects"
@@ -21,8 +21,8 @@ install=gaiasky.install
changelog=CHANGELOG.md
source=("http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/${pkgver//_/-}/$pkgname-${pkgver//_/-}.tar.gz")
noextract=()
-md5sums=("ae83a6b1bff119c7817c7503e760ccee")
-sha256sums=("aa86922e832161b5412ad8ca1748ea44ac1435dc4af9e7cd46fbf615a6f556ec")
+md5sums=("469ef9bd054d1c47bb5666740401ee47")
+sha256sums=("67cd5be8f2a8857fb9a416ea54cebffaf4e39cf3ccd74f5962b8a6fd32c44293")
validpgpkeys=()
prepare() {