summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Bagrii2023-06-16 07:18:17 +0300
committerDmytro Bagrii2023-06-16 07:18:17 +0300
commita974608566fd1327f0a221daebdc29bbbb30d132 (patch)
tree11d6cf3037856894d58bca70058007becf5bfbcb
parent5da1b39d1b5a1a610e455f65371963924f382b58 (diff)
downloadaur-a974608566fd1327f0a221daebdc29bbbb30d132.tar.gz
Update dependency: bump calcmysky version
calcmysky >= 0.3 is required: https://aur.archlinux.org/packages/stellarium-lite#comment-918284
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53f9d9251785..4c6139cdcf9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stellarium-lite
pkgdesc = Stellarium without GPS and Telescope Control support (no gpsd and libindi dependencies)
pkgver = 23.1
- pkgrel = 1
+ pkgrel = 2
url = https://stellarium.org
arch = x86_64
license = GPL2
@@ -13,7 +13,7 @@ pkgbase = stellarium-lite
depends = libglvnd
depends = freetype2
depends = openssl
- depends = calcmysky
+ depends = calcmysky>=0.3
depends = qt6-charts
depends = qt6-multimedia
depends = qt6-webengine
diff --git a/PKGBUILD b/PKGBUILD
index 2b7384ee9502..92169aea7a22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
_pkgname=stellarium
pkgname=${_pkgname}-lite
pkgver=23.1
-pkgrel=1
+pkgrel=2
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'
+depends=('libpng' 'libglvnd' 'freetype2' 'openssl' 'calcmysky>=0.3'
'qt6-charts' 'qt6-multimedia' 'qt6-webengine') # 'qxlsx'
makedepends=('cmake' 'ninja' 'mesa' 'qt6-tools')
conflicts=(${_pkgname})