summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWren Baxter2024-03-28 09:12:35 -0400
committerWren Baxter2024-03-28 09:12:35 -0400
commita1d882673e5b29abe390d4441639435f204f700e (patch)
tree4fe5222eea3eeab86504151ced472dd7fb08f26a
parent12f1ffe234adc08dceeabbfdb81774042656b3df (diff)
downloadaur-a1d882673e5b29abe390d4441639435f204f700e.tar.gz
update to 2024.03.27
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e32e8176ff34..dafbb9cc5300 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 = 2024.03.21
+ pkgver = 2024.03.27
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-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
+ noextract = astap-2024.03.27.tar.gz
+ source = astap-2024.03.27.tar.gz::https://github.com/wrenby/astap-backups/raw/b9e2caae7dc7bf02487690670e70639214cef7de/astap_amd64_qt5.tar.gz
+ md5sums = fe05a8f077bb597428e4a9f2b6398ef5
pkgname = astap-bin-qt5
diff --git a/PKGBUILD b/PKGBUILD
index c355bc68b398..b4e8050d65b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wren Baxter <aur [at] wren.dev>
pkgname=astap-bin-qt5
-pkgver=2024.03.21
+pkgver=2024.03.27
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/4dae6b23f02051883c5ddc00ba0224c2825a893e/astap_amd64_qt5.tar.gz")
-md5sums=('3735620377dd8c587cb1d08868ae0794')
+source=("astap-${pkgver}.tar.gz::https://github.com/wrenby/astap-backups/raw/b9e2caae7dc7bf02487690670e70639214cef7de/astap_amd64_qt5.tar.gz")
+md5sums=('fe05a8f077bb597428e4a9f2b6398ef5')
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