diff options
author | Ashley Roll | 2021-09-25 09:07:09 +1000 |
---|---|---|
committer | Ashley Roll | 2021-09-25 09:07:09 +1000 |
commit | fdae0bfa28b9147348a8389f0ae78551a364f128 (patch) | |
tree | c6a5256b805fdcc7c12b00ec5de20e449ce9c149 /PKGBUILD | |
parent | 2c4fcb8a97875ab9df45a57db7392a04ccd487d7 (diff) | |
download | aur-fdae0bfa28b9147348a8389f0ae78551a364f128.tar.gz |
Updated to release 1.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ pkgname=astrodmx-capture -pkgver=0.90.2 +pkgver=1.0.5 pkgrel=1 pkgdesc="AstroDMx Capture Astronomical Imaging" arch=('x86_64') @@ -13,11 +13,11 @@ license=(custom) 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=("3c1c1ae9bebfa63296e608cd61edd0508acbfadd27b580a1652cbaddff91e086") +source=("https://www.astrodmx-capture.org.uk/sites/downloads/astrodmx/current/x86-64/astrodmx-capture_${pkgver}_x86-64-manual.tar.gz") +sha256sums=("6887d53c2c6983253aa317837adc0d848dec180ae54a15cabb40ea5c37089a8b") _instdir="/usr/local/AstroDMx_Capture" -_prefix="R-Linux-64-2.30" +_prefix="AstroDMx-${pkgver}-manual" package() { # create the desitination folder |