summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7dedaf086bb..047603bade92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = goqat
pkgdesc = Operates any CCD camera from Quantum Scientific Imaging (QSI) and autoguides telescopes.
- pkgver = 2.1.3
- pkgrel = 1
+ pkgver = 3.0.1
+ pkgrel = 0
url = http://canburytech.net/GoQat/
arch = i686
arch = x86_64
license = GPL3
- depends = goocanvas
+ depends = goocanvas2
depends = libindi
depends = qsiapi>7.2
optdepends = ds9: displays CCD images (FITS format)
@@ -16,8 +16,8 @@ pkgbase = goqat
optdepends = sextractor: analyse GoQats video recordings
optdepends = libraw1394: support of firewire cameras or coverters from The Imaging Source
optdepends = v4l-utils: use v4l devices (webcams) for autoguiding
- source = http://canburytech.net/GoQat/download/goqat-2.1.3.tar.gz
- sha1sums = b3b273f3fee410a5ca727297b9a3ad8d6369c9c5
+ source = https://canburytech.net/GoQat/download/goqat-3.0.1.tar.gz
+ sha1sums = c571fd451497c016932f0105e6d901bdd3df157e
pkgname = goqat
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}"