Date: Monday, August 30, 2021 @ 21:00:32 Author: arojas Revision: 1010101
Update to 1.8 Modified: stellarsolver/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-30 20:59:13 UTC (rev 1010100) +++ PKGBUILD 2021-08-30 21:00:32 UTC (rev 1010101) @@ -1,16 +1,16 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=stellarsolver -pkgver=1.5 +pkgver=1.8 pkgrel=1 -pkgdesc="The cross platform Sextractor and Astrometry.net-Based internal astrometric solver" +pkgdesc='The cross platform Sextractor and Astrometry.net-Based internal astrometric solver' arch=(x86_64) -url="https://github.com/rlancaste/stellarsolver" +url='https://github.com/rlancaste/stellarsolver' license=(GPL3) depends=(qt5-base gsl wcslib) makedepends=(cmake) -source=($pkgname-$pkgver.tar.gz::"https://github.com/rlancaste/stellarsolver/archive/$pkgver.tar.gz") -sha256sums=('62ce99c066a205c9f7c5cbace1678504750ceeb99cb12bacd4e4a329c4f512bc') +source=(https://github.com/rlancaste/stellarsolver/archive/$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('4f0009dfa76b153848abd9bcbea52b8dc27159133cf6a1db165b16e5c7b04841') build() { cmake -B build -S $pkgname-$pkgver \
