summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Roll2021-10-05 11:05:44 +1000
committerAshley Roll2021-10-05 11:06:49 +1000
commit992868bf160e36498299633990e8c75df5554550 (patch)
treeb072d8ed61b2662d92e4f83f94aa1724d4b48c9d
parent856f75a37a830bfef707a29eac0ee59e2fc3ddd5 (diff)
downloadaur-992868bf160e36498299633990e8c75df5554550.tar.gz
Updated to version 1.2.6
Resolved with author how to keep consistent package file name to avoid breaking PKGBUILD before it is updated to new version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a90ea0f0088a..2e09c8273e0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = astrodmx-capture
pkgdesc = AstroDMx Capture Astronomical Imaging
- pkgver = 1.2.4
+ pkgver = 1.2.6
pkgrel = 1
url = https://www.linux-astro-imaging.uk/
install = astrodmx-capture.install
arch = x86_64
license = custom
options = !strip
- source = https://www.astrodmx-capture.org.uk/sites/downloads/astrodmx/current/x86-64/astrodmx-capture_1.2.4_x86-64-manual.tar.gz
- sha256sums = 1f25520ce0faa5008280ffae7e38b8011b93c066fb44051c6ba922c00d16b8e5
+ source = https://www.astrodmx-capture.org.uk/sites/downloads/astrodmx/old/x86-64/astrodmx-capture_1.2.6_x86-64-manual.tar.gz
+ sha256sums = af349af9f2557788f248652055af54d5d3ded9a9ec1bc8db1d2d547fbd8f5dcb
pkgname = astrodmx-capture
diff --git a/PKGBUILD b/PKGBUILD
index f72595eb4cae..78b9a80d9233 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=astrodmx-capture
-pkgver=1.2.4
+pkgver=1.2.6
pkgrel=1
pkgdesc="AstroDMx Capture Astronomical Imaging"
arch=('x86_64')
@@ -13,8 +13,11 @@ license=(custom)
options=(!strip)
install=$pkgname.install
-source=("https://www.astrodmx-capture.org.uk/sites/downloads/astrodmx/current/x86-64/astrodmx-capture_${pkgver}_x86-64-manual.tar.gz")
-sha256sums=("1f25520ce0faa5008280ffae7e38b8011b93c066fb44051c6ba922c00d16b8e5")
+# The Author, Nicola, is now copying new releases into both the `current` and `old` folders so that we
+# can maintain a constant path the file. Hopefully this will allow us to continue installing older versions
+# without breakage after a new version is released. Thanks Nicola!
+source=("https://www.astrodmx-capture.org.uk/sites/downloads/astrodmx/old/x86-64/astrodmx-capture_${pkgver}_x86-64-manual.tar.gz")
+sha256sums=("af349af9f2557788f248652055af54d5d3ded9a9ec1bc8db1d2d547fbd8f5dcb")
_instdir="/usr/local/AstroDMx_Capture"
_prefix="AstroDMx-${pkgver}-manual"