summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Bagrii2023-12-24 14:11:04 +0200
committerDmytro Bagrii2023-12-24 14:11:04 +0200
commit756d0ca37d7d81b913e6548dc23b708d11a39be3 (patch)
tree11b2caa0ecc0eaddaa0520cdf1a255965e96e956
parent5860bebd959ae46869a3f55200cabc369b4ce688 (diff)
downloadaur-756d0ca37d7d81b913e6548dc23b708d11a39be3.tar.gz
Bump version to 23.4
Add nlopt dependency
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cc6005601cc..9aaf8dd9dcc3 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.3
+ pkgver = 23.4
pkgrel = 1
url = https://stellarium.org
arch = x86_64
@@ -17,14 +17,15 @@ pkgbase = stellarium-lite
depends = qt6-charts
depends = qt6-multimedia
depends = qt6-webengine
+ depends = nlopt
optdepends = man-db: manual pages for stellarium
conflicts = stellarium
- 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 = 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
validpgpkeys = 79151C2E6351E7278DA1A730BF38D4D02A328DFF
- md5sums = 04bcc9996f73f9861700126eba1645ce
+ md5sums = 6107d1e352216b1e20d3cf3d45cea277
md5sums = SKIP
- sha256sums = 55afd3bd44de76c156dadb17d52023ed5d4a74297dcff3c98eb71adef0fd66d9
+ sha256sums = db4db9f205cc13fb68e3f3c4c895754d16868e4d25a14da44db6d0d809e39943
sha256sums = SKIP
pkgname = stellarium-lite
diff --git a/PKGBUILD b/PKGBUILD
index b20431da59f0..1907d528ac4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,23 +6,23 @@
_pkgname=stellarium
pkgname=${_pkgname}-lite
-pkgver=23.3
+pkgver=23.4
pkgrel=1
pkgdesc="Stellarium without GPS and Telescope Control support (no gpsd and libindi dependencies)"
arch=(x86_64)
url="https://${_pkgname}.org"
license=(GPL2)
depends=('libpng' 'libglvnd' 'freetype2' 'openssl' 'calcmysky>=0.3'
- 'qt6-charts' 'qt6-multimedia' 'qt6-webengine') # 'qxlsx'
+ 'qt6-charts' 'qt6-multimedia' 'qt6-webengine' 'nlopt') # 'qxlsx'
makedepends=('cmake' 'ninja' 'mesa' 'qt6-tools')
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=('04bcc9996f73f9861700126eba1645ce'
- 'SKIP')
-sha256sums=('55afd3bd44de76c156dadb17d52023ed5d4a74297dcff3c98eb71adef0fd66d9'
- 'SKIP')
+md5sums=('6107d1e352216b1e20d3cf3d45cea277'
+ 'SKIP')
+sha256sums=('db4db9f205cc13fb68e3f3c4c895754d16868e4d25a14da44db6d0d809e39943'
+ 'SKIP')
#prepare() {
# # FIXME: https://github.com/Stellarium/stellarium/issues/3132#issuecomment-1485304021