summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWren Baxter2024-03-25 14:57:35 -0400
committerWren Baxter2024-03-25 14:57:35 -0400
commit12f1ffe234adc08dceeabbfdb81774042656b3df (patch)
treec9e1df3569cf8d056fef019eb52fa60546c942cb
parent838f4de2b061d9655738421aa03740985f9342b0 (diff)
downloadaur-12f1ffe234adc08dceeabbfdb81774042656b3df.tar.gz
update to 2024.03.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f23fb9ae0ea..e32e8176ff34 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.12.04
+ pkgver = 2024.03.21
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.12.04.tar.gz
- source = astap-2023.12.04.tar.gz::https://github.com/wrenby/astap-backups/raw/100a1a1ff2c6df14f41cfb3d2b07e2f068cdc013/astap_amd64_qt5.tar.gz
- md5sums = 8af2eeabb312077a657ef1fbb2af85d7
+ noextract = astap-2024.03.21.tar.gz
+ source = astap-2024.03.21.tar.gz::https://github.com/wrenby/astap-backups/raw/4dae6b23f02051883c5ddc00ba0224c2825a893e/astap_amd64_qt5.tar.gz
+ md5sums = 3735620377dd8c587cb1d08868ae0794
pkgname = astap-bin-qt5
diff --git a/PKGBUILD b/PKGBUILD
index 973d472de6ee..c355bc68b398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wren Baxter <aur [at] wren.dev>
pkgname=astap-bin-qt5
-pkgver=2023.12.04
+pkgver=2024.03.21
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/100a1a1ff2c6df14f41cfb3d2b07e2f068cdc013/astap_amd64_qt5.tar.gz")
-md5sums=('8af2eeabb312077a657ef1fbb2af85d7')
+source=("astap-${pkgver}.tar.gz::https://github.com/wrenby/astap-backups/raw/4dae6b23f02051883c5ddc00ba0224c2825a893e/astap_amd64_qt5.tar.gz")
+md5sums=('3735620377dd8c587cb1d08868ae0794')
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