summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Roll2021-07-21 11:36:49 +1000
committerAshley Roll2021-07-21 11:36:49 +1000
commit2c4fcb8a97875ab9df45a57db7392a04ccd487d7 (patch)
treef373e20881e7e107445177047a2344011e5b0bb3
parente4084447cd2f9e1392b55c1081f040320174c835 (diff)
downloadaur-2c4fcb8a97875ab9df45a57db7392a04ccd487d7.tar.gz
Updated to release 0.90.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eca57ca14d0..61c7b776b423 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = astrodmx-capture
pkgdesc = AstroDMx Capture Astronomical Imaging
- pkgver = 0.88.2
+ pkgver = 0.90.2
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-glibc-2.30_0.88.2_x86-64-manual.tar.gz
- sha256sums = 0ea638769e7a6fe305f111f5c701c4ffd8d75aff8af927875b077081ca10d52c
+ source = https://www.astrodmx-capture.org.uk/sites/downloads/astrodmx/current/x86-64/astrodmx-glibc-2.30_0.90.2_x86-64-manual.tar.gz
+ sha256sums = 3c1c1ae9bebfa63296e608cd61edd0508acbfadd27b580a1652cbaddff91e086
pkgname = astrodmx-capture
-
diff --git a/PKGBUILD b/PKGBUILD
index 19b8b38d7c21..8ea603e5f497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=astrodmx-capture
-pkgver=0.88.2
+pkgver=0.90.2
pkgrel=1
pkgdesc="AstroDMx Capture Astronomical Imaging"
arch=('x86_64')
@@ -14,7 +14,7 @@ options=(!strip)
install=$pkgname.install
source=("https://www.astrodmx-capture.org.uk/sites/downloads/astrodmx/current/x86-64/astrodmx-glibc-2.30_${pkgver}_x86-64-manual.tar.gz")
-sha256sums=("0ea638769e7a6fe305f111f5c701c4ffd8d75aff8af927875b077081ca10d52c")
+sha256sums=("3c1c1ae9bebfa63296e608cd61edd0508acbfadd27b580a1652cbaddff91e086")
_instdir="/usr/local/AstroDMx_Capture"
_prefix="R-Linux-64-2.30"
@@ -32,5 +32,5 @@ package() {
# create a profile file to add an alias for astrodmx
mkdir -p "${pkgdir}/etc/profile.d"
- echo "alias astrodmx=\"${_instdir}/bin/AstroDMx-Launcher\"" > "${pkgdir}/etc/profile.d/${pkgname}.sh"
+ echo "alias astrodmx=\"${_instdir}/bin/AstroDMx-Capture\"" > "${pkgdir}/etc/profile.d/${pkgname}.sh"
}