summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8349a66c2ddd..4093d5d78566 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=astap-bin-qt5
pkgver=2022.5.29
-pkgrel=1
+pkgrel=2
pkgdesc="Astrometric (plate) solver, stacking of images, photometry and FITS viewer"
provides=('astap')
conflicts=('astap-bin')
arch=('x86_64') # no 32-bit version provided
url="https://www.hnsky.org/astap.htm"
license=('LGPL3')
-source=("astap.tar.gz::https://sourceforge.net/projects/astap-program/files/linux_installer/astap_amd64_qt5.tar.gz/download")
+source=("astap-${pkgver}.tar.gz::https://sourceforge.net/projects/astap-program/files/linux_installer/astap_amd64_qt5.tar.gz/download")
sha256sums=('1b97bffe842bcbda195bed4cd14c99c3c8128dbadef4182190dcb157261d7c38')
-noextract=("astap.tar.gz") # bsdtar can't handle this archive because it contains a self-referential hardlink
+noextract=("astap-${pkgver}.tar.gz") # bsdtar can't handle this archive because it contains a self-referential hardlink
makedepends=('tar') # but gnu tar is just fine
# these databases aren't hard-limited by the bounds provided here
@@ -25,7 +25,7 @@ optdepends=('hyperleda-galaxy-db-astap: database of 1.3m galaxies and 171k other
'h18-star-db-astap: database of stars up to magnitude 18, reliable with 0.25-10° FOV')
prepare() {
- tar xpf astap.tar.gz
+ tar xpf "astap-${pkgver}.tar.gz"
}
package() {