summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-09-25 14:21:04 -0500
committerCarlos Aznarán2023-09-25 14:21:04 -0500
commit1df4e25f3ef2362efcf8cb5bdc05583779ebae43 (patch)
treeac5606e4c44faf6eefef2d46f1a81e3d48dc405f
parent133cb0b7898aa7b2c76c4263ffe8d07d51b3bcb3 (diff)
downloadaur-1df4e25f3ef2362efcf8cb5bdc05583779ebae43.tar.gz
Bump version to 23.3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8b96c4665dd..d68861af0874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stellarium
pkgdesc = Software which renders realistic skies in real time with OpenGL
- pkgver = 23.2
+ pkgver = 23.3
pkgrel = 1
url = https://stellarium.org
arch = x86_64
@@ -22,15 +22,15 @@ pkgbase = stellarium
depends = qt6-webengine
depends = libindi
optdepends = man-db: manual pages for stellarium
- source = https://github.com/Stellarium/stellarium/releases/download/v23.2/stellarium-23.2.tar.gz
- source = https://github.com/Stellarium/stellarium/releases/download/v23.2/stellarium-23.2.tar.gz.asc
+ source = https://github.com/Stellarium/stellarium/releases/download/v23.3/stellarium-23.3.tar.gz
+ source = https://github.com/Stellarium/stellarium/releases/download/v23.3/stellarium-23.3.tar.gz.asc
source = indi-2.0.patch::https://github.com/Stellarium/stellarium/pull/3269.patch
validpgpkeys = 79151C2E6351E7278DA1A730BF38D4D02A328DFF
- md5sums = b42a829ffe080ba7c27b8ff25ba8a9c8
+ md5sums = 04bcc9996f73f9861700126eba1645ce
md5sums = SKIP
- md5sums = c7dc3c0de63fc38136c96d1ce039483a
- sha256sums = 01bf23f7ff007c58b91bffe233938e2cf23e9182bd36bfe72715fbfbde57ec0a
+ md5sums = d36659c25e74041aa297885c865cdc78
+ sha256sums = 55afd3bd44de76c156dadb17d52023ed5d4a74297dcff3c98eb71adef0fd66d9
sha256sums = SKIP
- sha256sums = 31c4024074705d5abe1236fa5a735c8d20fddc2d07a02603cb4600ce00cb5a63
+ sha256sums = 5f0dfb32194621afb50c3c52b46760e0bf588a938dc95c78d463a8ca554e327f
pkgname = stellarium
diff --git a/PKGBUILD b/PKGBUILD
index 566e850491d2..a98322a2dd79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=stellarium
-pkgver=23.2
+pkgver=23.3
pkgrel=1
pkgdesc="Software which renders realistic skies in real time with OpenGL"
arch=(x86_64)
@@ -17,12 +17,12 @@ optdepends=('man-db: manual pages for stellarium')
source=(https://github.com/Stellarium/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc}
indi-2.0.patch::https://github.com/Stellarium/${pkgname}/pull/3269.patch)
validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF') # Alexander Wolf <alex.v.wolf@gmail.com>
-md5sums=('b42a829ffe080ba7c27b8ff25ba8a9c8'
- 'SKIP'
- 'c7dc3c0de63fc38136c96d1ce039483a')
-sha256sums=('01bf23f7ff007c58b91bffe233938e2cf23e9182bd36bfe72715fbfbde57ec0a'
- 'SKIP'
- '31c4024074705d5abe1236fa5a735c8d20fddc2d07a02603cb4600ce00cb5a63')
+md5sums=('04bcc9996f73f9861700126eba1645ce'
+ 'SKIP'
+ 'd36659c25e74041aa297885c865cdc78')
+sha256sums=('55afd3bd44de76c156dadb17d52023ed5d4a74297dcff3c98eb71adef0fd66d9'
+ 'SKIP'
+ '5f0dfb32194621afb50c3c52b46760e0bf588a938dc95c78d463a8ca554e327f')
prepare() {
# FIXME: https://github.com/Stellarium/stellarium/issues/3132#issuecomment-1485304021