summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYuriy2023-06-01 18:16:09 +0300
committerYuriy2023-06-01 18:16:09 +0300
commitfea9d84e72c6879cc86e5e2d286667dd635bf659 (patch)
tree052ff01c17207e62dcaf8ddfbabb0701e3f64d28 /PKGBUILD
parent31ed5d1d7baf77ed510c9b6715846547fbb88aee (diff)
downloadaur-goqat.tar.gz
Updated to version 3.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc5778e5fa38..e2bfc24ae5bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Vincent Hourdin <aur at vinvin dot tf>
pkgname=goqat
-pkgver=2.1.3
-pkgrel=1
+pkgver=3.0.1
+pkgrel=0
pkgdesc="Operates any CCD camera from Quantum Scientific Imaging (QSI) and autoguides telescopes."
url="http://canburytech.net/GoQat/"
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('goocanvas' 'libindi' 'qsiapi>7.2')
+depends=('goocanvas2' 'libindi' 'qsiapi>7.2')
optdepends=('ds9: displays CCD images (FITS format)'
'xpa: communication mechanism used to bind to DS9'
'libparapin: parallel port support'
@@ -14,8 +14,8 @@ optdepends=('ds9: displays CCD images (FITS format)'
'sextractor: analyse GoQats video recordings'
'libraw1394: support of firewire cameras or coverters from The Imaging Source'
'v4l-utils: use v4l devices (webcams) for autoguiding')
-source=("http://canburytech.net/GoQat/download/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('b3b273f3fee410a5ca727297b9a3ad8d6369c9c5')
+source=("https://canburytech.net/GoQat/download/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('c571fd451497c016932f0105e6d901bdd3df157e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"