summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlangurmonkey2023-10-04 10:47:38 +0200
committerlangurmonkey2023-10-04 10:47:38 +0200
commit262dea1979c2c43af9388b5860ded54dcf60606f (patch)
tree3d625711eab0bf88436a8816b0608d6224c0e73e
parente62e5490117cacc42f6cb3f0ac3b3c796c3d4cb2 (diff)
downloadaur-262dea1979c2c43af9388b5860ded54dcf60606f.tar.gz
Version 3.5.5-2.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--releasenotes.txt16
3 files changed, 15 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f865d292973..c236aedd52f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gaiasky
pkgdesc = Open source 3D universe simulator for desktop and VR with support for more than a billion objects
- pkgver = 3.5.5_1.53d6a4f97
- pkgrel = 1
+ pkgver = 3.5.5
+ pkgrel = 2
epoch = 3
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
install = gaiasky.install
@@ -10,8 +10,8 @@ pkgbase = gaiasky
license = MPL
depends = java-runtime
depends = xorg-xrandr
- source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.5.5-1.53d6a4f97/gaiasky-3.5.5-1.53d6a4f97.tar.gz
- md5sums = 8ba9103945b8a939315d0df33a9d689a
- sha256sums = 1eced6daa9a8121bca888772b577d259590a67da7f4b7efa88c1157c637a0ffb
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.5.5/gaiasky-3.5.5.tar.gz
+ md5sums = 3b6799d564fe27fccd5862f0b11ab910
+ sha256sums = 012c8ca4ecb0dd2e3322d4e12fa9943de8803a5e50b005c057beeb420703460a
pkgname = gaiasky
diff --git a/PKGBUILD b/PKGBUILD
index a87c47f08e1b..4367a9ae905c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=3.5.5_1.53d6a4f97
-pkgrel=1
+pkgver=3.5.5
+pkgrel=2
epoch=3
pkgdesc="Open source 3D universe simulator for desktop and VR with support for more than a billion objects"
arch=(x86_64)
@@ -21,8 +21,8 @@ install=gaiasky.install
changelog=releasenotes.txt
source=("http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/${pkgver//_/-}/$pkgname-${pkgver//_/-}.tar.gz")
noextract=()
-md5sums=("8ba9103945b8a939315d0df33a9d689a")
-sha256sums=("1eced6daa9a8121bca888772b577d259590a67da7f4b7efa88c1157c637a0ffb")
+md5sums=("3b6799d564fe27fccd5862f0b11ab910")
+sha256sums=("012c8ca4ecb0dd2e3322d4e12fa9943de8803a5e50b005c057beeb420703460a")
validpgpkeys=()
prepare() {
diff --git a/releasenotes.txt b/releasenotes.txt
index 0a99f884c602..55c867c6b5b8 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,12 +1,8 @@
-# Gaia Sky 3.5.5-1
-
-## Features
-- improve default pane background, touch up mini-map layout.
-- add collapsible groups and per-group 'select all' and 'select none' controls to dataset manager.
-- add transparency support (encoded in diffuse texture/color) to shadow maps.
-- add support for scattering diffuse material properties in default and tessellation shaders.
-- update umbra and penumbra highlight colors.
+# Gaia Sky 3.5.5-2
## Bug Fixes
-- regression where all actions were printed to stdout.
-- unexpected and weird behaviour when spamming repeatedly left buttons in new UI.
+- crash fetching entity elevation due to the focus not being set yet.
+
+## Build System
+- add check for revision >= 2 in release script.
+- automate creation of HTML downloads table and properly use 'pkgver' and 'pkgrel' fields in AUR package.