summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cerny2023-03-27 11:59:51 +0200
committerJan Cerny2023-03-27 11:59:51 +0200
commit082bd21e41898b25ec36aaa9c63ddc3690ff549b (patch)
tree0764612d1fd39d6d0ad53991fac9318c616e801b
parent27a14823d7499535fa22c4190e4113138deb8dd8 (diff)
downloadaur-082bd21e41898b25ec36aaa9c63ddc3690ff549b.tar.gz
Version 2.0.2
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdaf4082fddf..7fd9a85ad87c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,19 @@
pkgbase = astrodmx-capture
pkgdesc = AstroDMx Capture Astronomical Imaging
- pkgver = 1.7.2.0
- pkgrel = 2
+ pkgver = 2.0.2
+ pkgrel = 1
url = https://www.astrodmx-capture.org.uk/
install = astrodmx-capture.install
arch = x86_64
license = custom
depends = glibc>=2.27
+ depends = libgphoto2
+ depends = glu
+ depends = libtool
+ depends = gtk3
+ depends = at-spi2-core
options = !strip
- 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
+ source = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_2.0.2_x86-64-manual.tar.gz
+ sha256sums = 47c9b2478bd0e6452e43a3ed986d796c3e0a795804864ea08cfb10f70701d8fb
pkgname = astrodmx-capture
diff --git a/PKGBUILD b/PKGBUILD
index f05479d07055..3ccf89f798e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=astrodmx-capture
-pkgver=1.7.2.0
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
pkgdesc="AstroDMx Capture Astronomical Imaging"
arch=('x86_64')
url="https://www.astrodmx-capture.org.uk/"
@@ -18,7 +18,7 @@ depends=('glibc>=2.27' 'libgphoto2' 'glu' 'libtool' 'gtk3' 'at-spi2-core')
# 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=("1ad1a3dba3ea8b8347e5d891609b48286e96cbcfdac2538655214a3f0a268cad")
+sha256sums=("47c9b2478bd0e6452e43a3ed986d796c3e0a795804864ea08cfb10f70701d8fb")
_instdir="/opt/AstroDMx-Capture"
_prefix="AstroDMx-${pkgver}-manual"