summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWren Baxter2023-08-14 19:37:07 -0400
committerWren Baxter2023-08-14 19:37:07 -0400
commitf51917507868fe3b4efb27f8f179cc3d2d8764f4 (patch)
treec3591104aa7b85e86e396bb4c8e9dca49d6a24f1
parenta7b1cf96373f7f48dc42095f7e572fac25643bc2 (diff)
downloadaur-f51917507868fe3b4efb27f8f179cc3d2d8764f4.tar.gz
update to 2023.08.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a66ead959e67..752b1ecce850 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.08.10
+ pkgver = 2023.08.14
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.08.10.tar.gz
- source = astap-2023.08.10.tar.gz::https://github.com/wrenby/astap-backups/raw/30e06c2f3ca30e51eaa0cf1387299ea89d6efa8b/astap_amd64_qt5.tar.gz
- md5sums = 4476c937106baaff007f591afd216ee3
+ noextract = astap-2023.08.14.tar.gz
+ source = astap-2023.08.14.tar.gz::https://github.com/wrenby/astap-backups/raw/af30c0dc728f911c01d084619f96201632668b37/astap_amd64_qt5.tar.gz
+ md5sums = 9701323173415d83a663e11cbc021925
pkgname = astap-bin-qt5
diff --git a/PKGBUILD b/PKGBUILD
index 58a18f78c530..3004c0e1987a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wren Baxter <aur [at] wren.dev>
pkgname=astap-bin-qt5
-pkgver=2023.08.10
+pkgver=2023.08.14
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/30e06c2f3ca30e51eaa0cf1387299ea89d6efa8b/astap_amd64_qt5.tar.gz")
-md5sums=('4476c937106baaff007f591afd216ee3')
+source=("astap-${pkgver}.tar.gz::https://github.com/wrenby/astap-backups/raw/af30c0dc728f911c01d084619f96201632668b37/astap_amd64_qt5.tar.gz")
+md5sums=('9701323173415d83a663e11cbc021925')
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