[PATCH] community/stellarium: upgrade to 0.22.0
Export this patch
---
community/stellarium/APKBUILD | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/community/stellarium/APKBUILD b/community/stellarium/APKBUILD
index 956dc09819..a14e6cffb9 100644
--- a/community/stellarium/APKBUILD
@@ -1,16 +1,26 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=stellarium
-pkgver=0.21.3
+pkgver=0.22.0
pkgrel=0
pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
url="http://stellarium.org/"
arch="all !armhf" # Limited by qt5-qtmultimedia-dev
license="GPL-2.0-or-later"
makedepends="
- cmake boost-dev mesa-dev qt5-qttools-dev libpng-dev freetype-dev
- openssl1.1-compat-dev qt5-qtscript-dev qt5-qtserialport-dev qt5-qtmultimedia-dev
- qt5-qtlocation-dev gpsd-dev
+ boost-dev
+ cmake
+ freetype-dev
+ gpsd-dev
+ libpng-dev
+ mesa-dev
+ openssl1.1-compat-dev
+ qt5-qtcharts-dev
+ qt5-qtlocation-dev
+ qt5-qtmultimedia-dev
+ qt5-qtscript-dev
+ qt5-qtserialport-dev
+ qt5-qttools-dev
"
subpackages="$pkgname-doc"
source="https://github.com/Stellarium/stellarium/releases/download/v$pkgver/stellarium-$pkgver.tar.gz"
@@ -35,5 +45,5 @@ package() {
}
sha512sums="
-6553f0229f837742e8b9db2715ecb96d69fe46aa7f057d86fb2547540d86f2cb767ca4a6bb5ff18037642113b42fec3f2850e037275fc732aae63da8031bbd0e stellarium-0.21.3.tar.gz
+17cfc86f5b684d8e40075de4c6bbcb89aa4a996f6a9a3f055b58f3d8a3318c7908033120ae6e0c5aa27baba08ff03c32d9c3506cd2e326e91dc621f453ce2f5d stellarium-0.22.0.tar.gz
"
--
2.35.1