summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cerny2022-11-10 22:20:20 +0100
committerJan Cerny2022-11-10 22:20:20 +0100
commit03d77f35660cf94d8c1c14266558f43cdd3354cd (patch)
treec8bb7f712f6d5f4d99fbd2ec6413586493262a6f
parent6162a558cf49c20b36860de18776088c439701ee (diff)
downloadaur-03d77f35660cf94d8c1c14266558f43cdd3354cd.tar.gz
Updated to 1.7.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26cb71c535a4..67f1e34c93cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = astrodmx-capture
pkgdesc = AstroDMx Capture Astronomical Imaging
- pkgver = 1.7.1.0
+ pkgver = 1.7.2.0
pkgrel = 1
url = https://www.astrodmx-capture.org.uk/
install = astrodmx-capture.install
@@ -8,7 +8,7 @@ pkgbase = astrodmx-capture
license = custom
depends = glibc>=2.27
options = !strip
- source = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_1.7.1.0_x86-64-manual.tar.gz
- sha256sums = 2a91bc1d8ac783eb36e687de83b422c5268335b3405f1066886e34341ffe9100
+ source = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_1.7.2.0_x86-64-manual.tar.gz
+ sha256sums = 1ad1a3dba3ea8b8347e5d891609b48286e96cbcfdac2538655214a3f0a268cad
pkgname = astrodmx-capture
diff --git a/PKGBUILD b/PKGBUILD
index 7355e04c4939..026f00fb5e96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=astrodmx-capture
-pkgver=1.7.1.0
+pkgver=1.7.2.0
pkgrel=1
pkgdesc="AstroDMx Capture Astronomical Imaging"
arch=('x86_64')
@@ -18,18 +18,12 @@ depends=('glibc>=2.27')
# 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/downloads/astrodmx/current/x86-64/astrodmx-capture_${pkgver}_x86-64-manual.tar.gz")
-sha256sums=("2a91bc1d8ac783eb36e687de83b422c5268335b3405f1066886e34341ffe9100")
+sha256sums=("1ad1a3dba3ea8b8347e5d891609b48286e96cbcfdac2538655214a3f0a268cad")
_instdir="/opt/AstroDMx-Capture"
_prefix="AstroDMx-${pkgver}-manual"
-noextract=('astrodmx-capture_${pkgver}_x86-64-manual.tar.gz')
-prepare() {
- mkdir ${_prefix}
- bsdtar -xf "astrodmx-capture_${pkgver}_x86-64-manual.tar.gz" -C ${_prefix}
-}
-
package() {
# create the desitination folder
mkdir -p "${pkgdir}${_instdir}"