summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Strapp2016-02-23 19:39:38 +0000
committerPeter Strapp2016-02-23 19:39:38 +0000
commit93e1a26812ce98c32fddd12adc06f95ba6b92d68 (patch)
tree27fd116f2330435e4a4e7ae3d569d642e2baaea1
parent8402aec6e7403194fb77fb306abbf431e9acf79c (diff)
downloadaur-93e1a26812ce98c32fddd12adc06f95ba6b92d68.tar.gz
Fix versioning issue
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aceb4771abe1..447e11d94892 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
# Generated by makepkg 5.0.0
-# Wed Feb 17 23:27:40 UTC 2016
+# Tue Feb 23 19:39:22 UTC 2016
pkgbase = libqhy-git
- pkgver = r78.218cc69
- pkgrel = 2
+ pkgdesc = SDK including firmware and drivers for QHY astronomy camaras.
+ pkgver = r77.1f33871
+ pkgrel = 1
url = https://github.com/qhyccd-lzr/QHYCCD_Linux
arch = i686
arch = x86_64
license = GPL2
makedepends = cmake
makedepends = boost
+ makedepends = git
depends = libusb
source = git+https://github.com/qhyccd-lzr/QHYCCD_Linux.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d3ff8b9fb8d6..d767947a5342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Maintainer: Peter Strapp <peter at strapp.co.uk>
pkgname=libqhy-git
-pkgver=r78.218cc69
-pkgrel=2
+pkgver=r77.1f33871
+pkgrel=1
+pkgdesc="SDK including firmware and drivers for QHY astronomy camaras."
url="https://github.com/qhyccd-lzr/QHYCCD_Linux"
license=(GPL2)
arch=(i686 x86_64)
depends=(libusb)
-makedepends=(cmake boost)
+makedepends=(cmake boost git)
source=("git+https://github.com/qhyccd-lzr/QHYCCD_Linux.git")
sha1sums=('SKIP')