[PATCH] community/stellarium: upgrade to 0.21.2
Export this patch
---
community/stellarium/APKBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/community/stellarium/APKBUILD b/community/stellarium/APKBUILD
index b6d3f01bb9..f5f4025426 100644
--- a/community/stellarium/APKBUILD
@@ -1,19 +1,19 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=stellarium
-pkgver=0.21.0
-pkgrel=1
+pkgver=0.21.2
+pkgrel=0
pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
url="http://stellarium.org/"
arch="all !mips !mips64 !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
- openssl-dev qt5-qtscript-dev qt5-qtserialport-dev qt5-qtmultimedia-dev
- qt5-qtlocation-dev gpsd-dev
+ openssl1.1-compat-dev qt5-qtscript-dev qt5-qtserialport-dev
+ qt5-qtmultimedia-dev qt5-qtlocation-dev gpsd-dev
"
subpackages="$pkgname-doc"
-source="https://github.com/Stellarium/stellarium/releases/download/v$pkgver/stellarium-v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/Stellarium/stellarium/archive/refs/tags/v$pkgver.tar.gz"
[ "$CARCH" = "x86" ] && options="!check"
build() {
@@ -34,4 +34,6 @@ package() {
DESTDIR="$pkgdir" cmake --install build
}
-sha512sums="79844758f96a013759673b3f88bc13cd16613a57998ee69ae5627827f1a2de26c3c63e3bc1a55b572f6443a7e706951d96f32ab6ba0b37afe2a8274ae980083c stellarium-0.21.0.tar.gz"
+sha512sums="
+993eb9bb7c46ea8eb9d535eec291ec2b43c7a4cbbd5aad9fc7b3abcd687cf5ce43b9f0cf903ec68581f2e8a0a998809c0ffdd18cda5d528d7ff24386e7806abf stellarium-0.21.2.tar.gz
+"
--
2.33.0