summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWren Baxter2023-09-24 15:52:29 -0400
committerWren Baxter2023-09-24 15:52:29 -0400
commita7e84440571573e4f1bdc8b56d4f0a1004c47f85 (patch)
treedc83555c0441f5ea784e9f0b773e9c21f63f599a
parente2105a326f003450973c6f931bcdc6bb27ea7b8e (diff)
downloadaur-a7e84440571573e4f1bdc8b56d4f0a1004c47f85.tar.gz
update to 2023.09.22
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86c9dfc79492..190d654b36c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = astap-bin-qt5
pkgdesc = Astrometric (plate) solver, stacking of images, photometry and FITS viewer
- pkgver = 2023.09.01
+ pkgver = 2023.09.22
pkgrel = 1
url = https://www.hnsky.org/astap.htm
arch = x86_64
@@ -22,8 +22,8 @@ pkgbase = astap-bin-qt5
optdepends = d80-star-db-astap: 1.2GB database of 8000 stars per square degree, reliable with 0.15-10° FOV
provides = astap
conflicts = astap-bin
- noextract = astap-2023.09.01.tar.gz
- source = astap-2023.09.01.tar.gz::https://github.com/wrenby/astap-backups/raw/2cfa8adc236b014c87b27e5a371414fa7192ff7e/astap_amd64_qt5.tar.gz
- md5sums = be8559e2ca7bcb7360b2a60dfe74807b
+ noextract = astap-2023.09.22.tar.gz
+ source = astap-2023.09.22.tar.gz::https://github.com/wrenby/astap-backups/raw/a25a5871951c9c0e923802f8bc2400fa19807480/astap_amd64_qt5.tar.gz
+ md5sums = 2b7e2cf48063a19b7abf3a6c9577d297
pkgname = astap-bin-qt5
diff --git a/PKGBUILD b/PKGBUILD
index 9566a7b149b4..21fdeffc99cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wren Baxter <aur [at] wren.dev>
pkgname=astap-bin-qt5
-pkgver=2023.09.01
+pkgver=2023.09.22
pkgrel=1
pkgdesc="Astrometric (plate) solver, stacking of images, photometry and FITS viewer"
provides=('astap')
@@ -9,8 +9,8 @@ conflicts=('astap-bin' )
arch=('x86_64') # no 32-bit version provided, consider building from source with the `astap` package
url="https://www.hnsky.org/astap.htm"
license=('LGPL3')
-source=("astap-${pkgver}.tar.gz::https://github.com/wrenby/astap-backups/raw/2cfa8adc236b014c87b27e5a371414fa7192ff7e/astap_amd64_qt5.tar.gz")
-md5sums=('be8559e2ca7bcb7360b2a60dfe74807b')
+source=("astap-${pkgver}.tar.gz::https://github.com/wrenby/astap-backups/raw/a25a5871951c9c0e923802f8bc2400fa19807480/astap_amd64_qt5.tar.gz")
+md5sums=('2b7e2cf48063a19b7abf3a6c9577d297')
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