summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Roll2021-05-10 20:51:34 +1000
committerAshley Roll2021-05-10 20:51:34 +1000
commite4084447cd2f9e1392b55c1081f040320174c835 (patch)
tree6cfca0202fd031a4e7c7416cd3abc11555fd57b2
parentd0f7fa02a637d1c769632cd4877efbb7cb7fc24d (diff)
downloadaur-e4084447cd2f9e1392b55c1081f040320174c835.tar.gz
Updated to release 0.88.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f0f892d980a..8eca57ca14d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astrodmx-capture
pkgdesc = AstroDMx Capture Astronomical Imaging
- pkgver = 0.86.3
+ pkgver = 0.88.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.86.3_x86-64-manual.tar.gz
- sha256sums = 26fec744b1ce169f09e83af9d8385c56b6a3cd4735635c64251579c621afe7b2
+ 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
pkgname = astrodmx-capture
diff --git a/PKGBUILD b/PKGBUILD
index 599d67c9d87f..19b8b38d7c21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Ashely Roll <ash at digitalnemesis dot com>
+
pkgname=astrodmx-capture
-pkgver=0.86.3
+pkgver=0.88.2
pkgrel=1
pkgdesc="AstroDMx Capture Astronomical Imaging"
arch=('x86_64')
@@ -13,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=("26fec744b1ce169f09e83af9d8385c56b6a3cd4735635c64251579c621afe7b2")
+sha256sums=("0ea638769e7a6fe305f111f5c701c4ffd8d75aff8af927875b077081ca10d52c")
_instdir="/usr/local/AstroDMx_Capture"
_prefix="R-Linux-64-2.30"
@@ -30,10 +31,6 @@ package() {
cp ${_prefix}/etc/udev/rules.d/* "${pkgdir}/etc/udev/rules.d"
# create a profile file to add an alias for astrodmx
- # this is needed because the application has to be launced from the bin folder
- # to correctly work, so we can't just add the path. sigh.
- # Update V0.78.3: Now have to start with launcher.sh, this does a cd, so will continue
- # to wrap with pushd/popd to not mess up local path
mkdir -p "${pkgdir}/etc/profile.d"
- echo "alias astrodmx=\"pushd '${_instdir}/bin'; ./AstroDMx-Launcher; popd\"" > "${pkgdir}/etc/profile.d/${pkgname}.sh"
+ echo "alias astrodmx=\"${_instdir}/bin/AstroDMx-Launcher\"" > "${pkgdir}/etc/profile.d/${pkgname}.sh"
}