summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent2018-07-04 00:27:29 +0200
committerVincent2018-07-04 00:27:29 +0200
commitc648c8b91bdf911d9dd126fe1024c47dc06bde9f (patch)
tree01fe6de2ca861410e8bf4190e31d92172ed7b573
parent711f8108ed15946fa77091415d59293942d187f3 (diff)
downloadaur-c648c8b91bdf911d9dd126fe1024c47dc06bde9f.tar.gz
new upstream version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14409f2734e6..e7dedaf086bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goqat
pkgdesc = Operates any CCD camera from Quantum Scientific Imaging (QSI) and autoguides telescopes.
- pkgver = 2.1.1
+ pkgver = 2.1.3
pkgrel = 1
url = http://canburytech.net/GoQat/
arch = i686
@@ -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.1.tar.gz
- sha1sums = 00d57b44a473694832a5b90865ae921596cceba2
+ source = http://canburytech.net/GoQat/download/goqat-2.1.3.tar.gz
+ sha1sums = b3b273f3fee410a5ca727297b9a3ad8d6369c9c5
pkgname = goqat
diff --git a/PKGBUILD b/PKGBUILD
index c0bdc9853c6a..c91f71dc91af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vincent Hourdin <aur at vinvin dot tf>
pkgname=goqat
-pkgver=2.1.1
+pkgver=2.1.3
pkgrel=1
pkgdesc="Operates any CCD camera from Quantum Scientific Imaging (QSI) and autoguides telescopes."
url="http://canburytech.net/GoQat/"
@@ -15,7 +15,7 @@ optdepends=('ds9: displays CCD images (FITS format)'
'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=('00d57b44a473694832a5b90865ae921596cceba2')
+sha1sums=('b3b273f3fee410a5ca727297b9a3ad8d6369c9c5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"