summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Černý2023-09-28 19:46:04 +0200
committerJan Černý2023-09-28 19:46:04 +0200
commit5a2db55ca384f4272d4fb24dd1a9e1931919de6a (patch)
tree625efe8c66aec4891255f2bba4414fc81377e997
parentd73c308ff385612c32b1a6e2063daee4fefcac27 (diff)
downloadaur-5a2db55ca384f4272d4fb24dd1a9e1931919de6a.tar.gz
Version 2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40c8df52ceff..458a786a4f9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = astrodmx-capture
pkgdesc = AstroDMx Capture Astronomical Imaging
- pkgver = 2.1.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://www.astrodmx-capture.org.uk/
install = astrodmx-capture.install
@@ -33,7 +33,7 @@ pkgbase = astrodmx-capture
depends = cairo
depends = libwebcam-git
options = !strip
- source = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_2.1.0_x86-64-manual.tar.gz
- sha256sums = 0ef4c62f31e5c59bc6e276aad8b726449221501b9c198e65bc663b9a5c248239
+ source = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_2.1.1_x86-64-manual.tar.gz
+ sha256sums = cf83936c231b6730e3b0cd3687032c44d543186a517d65c214f795598b13de20
pkgname = astrodmx-capture
diff --git a/PKGBUILD b/PKGBUILD
index 49a0ec8d5842..db439bfa1fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=astrodmx-capture
-pkgver=2.1.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="AstroDMx Capture Astronomical Imaging"
arch=('x86_64')
@@ -44,7 +44,7 @@ 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=("0ef4c62f31e5c59bc6e276aad8b726449221501b9c198e65bc663b9a5c248239")
+sha256sums=("cf83936c231b6730e3b0cd3687032c44d543186a517d65c214f795598b13de20")
_instdir="/opt/AstroDMx-Capture"
_prefix="AstroDMx-${pkgver}-manual"