summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-06-23 16:30:14 -0500
committerCarlos Aznarán2024-06-23 16:30:14 -0500
commitaf352346c4c8874d5e9d38e303304afeacde07c6 (patch)
treef6d53813c36946f682e836b9380c181ab1649432
parent6ffe24da9d8efc20d9086d8f5730ab45011d201f (diff)
downloadaur-af352346c4c8874d5e9d38e303304afeacde07c6.tar.gz
Bump version to 24.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24c7b07cb4d2..c7021c7642d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stellarium
pkgdesc = Software which renders realistic skies in real time with OpenGL
- pkgver = 24.1
+ pkgver = 24.2
pkgrel = 1
url = https://stellarium.org
arch = x86_64
@@ -23,12 +23,12 @@ pkgbase = stellarium
depends = qt6-webengine
depends = qxlsx-qt6
optdepends = man-db: manual pages for stellarium
- source = https://github.com/Stellarium/stellarium/releases/download/v24.1/stellarium-24.1.tar.gz
- source = https://github.com/Stellarium/stellarium/releases/download/v24.1/stellarium-24.1.tar.gz.asc
+ source = https://github.com/Stellarium/stellarium/releases/download/v24.2/stellarium-24.2.tar.gz
+ source = https://github.com/Stellarium/stellarium/releases/download/v24.2/stellarium-24.2.tar.gz.asc
validpgpkeys = 79151C2E6351E7278DA1A730BF38D4D02A328DFF
- md5sums = 240f71a2a707d7b5cf321b20963cc82e
+ md5sums = 27a7cd3ab9421cb73790db6022f7c5aa
md5sums = SKIP
- sha256sums = 5a48fb2c5b17c9ebfa23153604f470dc87a5eab5fafb0510f71e115ac76072a8
+ sha256sums = e6d8ee0792b7f77486b700d4669d0dd0c349319f379758ad643d76165d1d56d2
sha256sums = SKIP
pkgname = stellarium
diff --git a/PKGBUILD b/PKGBUILD
index 1424e47475e8..96cb5669a78f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Ronald van Haren <ronald.archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=stellarium
-pkgver=24.1
+pkgver=24.2
pkgrel=1
pkgdesc="Software which renders realistic skies in real time with OpenGL"
arch=(x86_64)
@@ -15,9 +15,9 @@ makedepends=(cmake ninja mesa qt6-tools) # doxygen graphviz
optdepends=('man-db: manual pages for stellarium')
source=(https://github.com/Stellarium/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF') # Alexander Wolf <alex.v.wolf@gmail.com>
-md5sums=('240f71a2a707d7b5cf321b20963cc82e'
+md5sums=('27a7cd3ab9421cb73790db6022f7c5aa'
'SKIP')
-sha256sums=('5a48fb2c5b17c9ebfa23153604f470dc87a5eab5fafb0510f71e115ac76072a8'
+sha256sums=('e6d8ee0792b7f77486b700d4669d0dd0c349319f379758ad643d76165d1d56d2'
'SKIP')
build() {