summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlangurmonkey2021-09-22 15:10:46 +0200
committerlangurmonkey2021-09-22 15:10:46 +0200
commit3e1f40c61910cd4db7d5e01ed9a4c6fd80668f97 (patch)
tree94b0bdf2b336f03fd923d34f83abb6b266d0a7ff
parent4d25f610c45dae867bae6d126b2a741fc889c0e5 (diff)
downloadaur-3e1f40c61910cd4db7d5e01ed9a4c6fd80668f97.tar.gz
Version 3.1.6
-rw-r--r--.SRCINFO8
-rw-r--r--CHANGELOG.md10
-rw-r--r--PKGBUILD6
3 files changed, 16 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3c1079e8082..89b92171cf23 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.5.ee324a4e6
+ pkgver = 3.1.6.986c7b5ee
pkgrel = 1
epoch = 2
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
@@ -10,8 +10,8 @@ pkgbase = gaiasky
license = MPL
depends = jre-openjdk
depends = xorg-xrandr
- source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.1.5.ee324a4e6/gaiasky-3.1.5.ee324a4e6.tar.gz
- md5sums = aa0a932bd7399e359c4483d90c6a2450
- sha256sums = 080092dea99c285347bffd1543648d5fed447b09c000bac81143396ebce10aec
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.1.6.986c7b5ee/gaiasky-3.1.6.986c7b5ee.tar.gz
+ md5sums = 1375a0892e056602f770fb4b11216b5b
+ sha256sums = de069b89300721f4450e4d75aa978895fd3159d732624e3de7d350b8810723a2
pkgname = gaiasky
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3cfaebb2bddf..39e5ab587a38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
<a name="unreleased"></a>
## [Unreleased](https://gitlab.com/langurmonkey/gaiasky/tree/master)
-[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/3.1.5...HEAD)
+[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/3.1.6...HEAD)
+
+
+<a name="3.1.6"></a>
+## [3.1.6](https://gitlab.com/langurmonkey/gaiasky/tree/3.1.5) (2021-09-22)
+[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/3.1.5...3.1.6)
+
+### Bug Fixes
+- VR GUI object initialization -- consolidate init() signature
<a name="3.1.5"></a>
diff --git a/PKGBUILD b/PKGBUILD
index 4c04dbab7130..7f33de48ecd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=3.1.5.ee324a4e6
+pkgver=3.1.6.986c7b5ee
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=("aa0a932bd7399e359c4483d90c6a2450")
-sha256sums=("080092dea99c285347bffd1543648d5fed447b09c000bac81143396ebce10aec")
+md5sums=("1375a0892e056602f770fb4b11216b5b")
+sha256sums=("de069b89300721f4450e4d75aa978895fd3159d732624e3de7d350b8810723a2")
validpgpkeys=()
prepare() {