diff options
author | Dmytro Bagrii | 2024-12-22 21:26:04 +0200 |
---|---|---|
committer | Dmytro Bagrii | 2024-12-22 21:26:04 +0200 |
commit | 9fa80bf26cf7966d79166fa1932c6aff15553580 (patch) | |
tree | e66ffb744ffcab0ae0241cfe069371e265ea738e | |
parent | 673dbd0f0b49ba4034d433c7df6d060413c2c926 (diff) | |
download | aur-9fa80bf26cf7966d79166fa1932c6aff15553580.tar.gz |
Bump version to 24.4
Removed patch that is already applied on upstream.
Updated license field according to original PKGBUILD.
-rw-r--r-- | .SRCINFO | 15 | ||||
-rw-r--r-- | PKGBUILD | 24 |
2 files changed, 14 insertions, 25 deletions
@@ -1,10 +1,10 @@ pkgbase = stellarium-lite pkgdesc = Stellarium without GPS and Telescope Control support (no gpsd and libindi dependencies) - pkgver = 24.3 + pkgver = 24.4 pkgrel = 1 url = https://stellarium.org arch = x86_64 - license = GPL2 + license = GPL-2.0-or-later makedepends = cmake makedepends = ninja makedepends = mesa @@ -20,15 +20,12 @@ pkgbase = stellarium-lite depends = qt6-webengine optdepends = man-db: manual pages for stellarium conflicts = stellarium - source = https://github.com/Stellarium/stellarium/releases/download/v24.3/stellarium-24.3.tar.gz - source = https://github.com/Stellarium/stellarium/releases/download/v24.3/stellarium-24.3.tar.gz.asc - source = 0001-Include-execution-before-any-Qt-headers.patch + source = https://github.com/Stellarium/stellarium/releases/download/v24.4/stellarium-24.4.tar.gz + source = https://github.com/Stellarium/stellarium/releases/download/v24.4/stellarium-24.4.tar.gz.asc validpgpkeys = 79151C2E6351E7278DA1A730BF38D4D02A328DFF - md5sums = 375367ffdfbbe3e4d4443ecebacf97ae + md5sums = eabf3b7357a40073245f29faa5ee5c83 md5sums = SKIP - md5sums = c5425c008ab745329ca61dbda116dde4 - sha256sums = c3ffb56a049061c7754bafab176146a2c4474ecede108d650f3c7551e1eae50a + sha256sums = 433bb8a0380313e6d9e4caf62395b724f4d74262c8aae426a0fe1a5e61a29cbb sha256sums = SKIP - sha256sums = 8f60d020b2ac6e2dcd8b5a5df6dec28ed812818ad4684df90e5f0d4256859a5d pkgname = stellarium-lite @@ -6,31 +6,23 @@ _pkgname=stellarium pkgname=${_pkgname}-lite -pkgver=24.3 +pkgver=24.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) +license=(GPL-2.0-or-later) depends=(nlopt libpng libglvnd freetype2 openssl 'calcmysky>=0.3' - qt6-charts qt6-multimedia qt6-webengine ) # 'qxlsx' + qt6-charts qt6-multimedia qt6-webengine ) 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} - 0001-Include-execution-before-any-Qt-headers.patch) +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=('375367ffdfbbe3e4d4443ecebacf97ae' - 'SKIP' - 'c5425c008ab745329ca61dbda116dde4') -sha256sums=('c3ffb56a049061c7754bafab176146a2c4474ecede108d650f3c7551e1eae50a' - 'SKIP' - '8f60d020b2ac6e2dcd8b5a5df6dec28ed812818ad4684df90e5f0d4256859a5d') - -prepare() { - cd ${_pkgname}-${pkgver} - patch -p1 -i ../0001-Include-execution-before-any-Qt-headers.patch -} +md5sums=('eabf3b7357a40073245f29faa5ee5c83' + 'SKIP') +sha256sums=('433bb8a0380313e6d9e4caf62395b724f4d74262c8aae426a0fe1a5e61a29cbb' + 'SKIP') build() { PATH="/usr/bin/core_perl/:$PATH" |