summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aaf8dd9dcc3..6df593a3027d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stellarium-lite
pkgdesc = Stellarium without GPS and Telescope Control support (no gpsd and libindi dependencies)
- pkgver = 23.4
+ pkgver = 24.1
pkgrel = 1
url = https://stellarium.org
arch = x86_64
@@ -20,12 +20,12 @@ pkgbase = stellarium-lite
depends = nlopt
optdepends = man-db: manual pages for stellarium
conflicts = stellarium
- source = https://github.com/Stellarium/stellarium/releases/download/v23.4/stellarium-23.4.tar.gz
- source = https://github.com/Stellarium/stellarium/releases/download/v23.4/stellarium-23.4.tar.gz.asc
+ 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
validpgpkeys = 79151C2E6351E7278DA1A730BF38D4D02A328DFF
- md5sums = 6107d1e352216b1e20d3cf3d45cea277
+ md5sums = 240f71a2a707d7b5cf321b20963cc82e
md5sums = SKIP
- sha256sums = db4db9f205cc13fb68e3f3c4c895754d16868e4d25a14da44db6d0d809e39943
+ sha256sums = 5a48fb2c5b17c9ebfa23153604f470dc87a5eab5fafb0510f71e115ac76072a8
sha256sums = SKIP
pkgname = stellarium-lite
diff --git a/PKGBUILD b/PKGBUILD
index 1907d528ac4a..fdf419c62086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=stellarium
pkgname=${_pkgname}-lite
-pkgver=23.4
+pkgver=24.1
pkgrel=1
pkgdesc="Stellarium without GPS and Telescope Control support (no gpsd and libindi dependencies)"
arch=(x86_64)
@@ -19,9 +19,9 @@ optdepends=('man-db: manual pages for stellarium')
conflicts=(${_pkgname})
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=('6107d1e352216b1e20d3cf3d45cea277'
+md5sums=('240f71a2a707d7b5cf321b20963cc82e'
'SKIP')
-sha256sums=('db4db9f205cc13fb68e3f3c4c895754d16868e4d25a14da44db6d0d809e39943'
+sha256sums=('5a48fb2c5b17c9ebfa23153604f470dc87a5eab5fafb0510f71e115ac76072a8'
'SKIP')
#prepare() {