summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Baberowski2021-07-11 00:31:42 +0200
committerSebastian Baberowski2021-07-11 00:31:42 +0200
commit60bf45fdc5b28a8f47434533e12956f88b95233e (patch)
tree478be66cb2e2ccf020bc05e2d91753021f591bcb
parent7345ab7347be39fbe4e34f1b75114b21bde34aed (diff)
downloadaur-60bf45fdc5b28a8f47434533e12956f88b95233e.tar.gz
Update to 1.9.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16c4942b8cf5..0952dcea19d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = libasi
pkgdesc = libasi used by INDI ASI drivers. Please note that for sake of simplicity package version is the version of libindi not a version of used ASI SDKs from ZWO. This package contains ASI Camera SDK, ASI EFW SDK, ASI EAF SDK and USBST4 SDK.
- pkgver = 1.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = http://www.indilib.org/index.php?title=Main_Page
arch = i686
arch = x86_64
license = MIT
makedepends = cmake
- depends = libindi=1.9.0
- source = https://github.com/indilib/indi-3rdparty/archive/v1.9.0.tar.gz
- sha256sums = ed4f20d7049e08453e7aa45e1bd5572b23003cfc2d6cb2956f898ccea8010613
+ depends = libindi=1.9.1
+ source = https://github.com/indilib/indi-3rdparty/archive/v1.9.1.tar.gz
+ sha256sums = 5918c3cf7f907201d6cf159ea7cbadf618fda197ba35dff3c0d4b37f2d67f695
pkgname = libasi
-
diff --git a/PKGBUILD b/PKGBUILD
index 372480c775ec..737cef65eb78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sebastian Baberowski <sebastian@baberowski.com>
pkgname=libasi
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="libasi used by INDI ASI drivers. Please note that for sake of simplicity package version is the version of libindi not a version of used ASI SDKs from ZWO. This package contains ASI Camera SDK, ASI EFW SDK, ASI EAF SDK and USBST4 SDK."
url="http://www.indilib.org/index.php?title=Main_Page"
@@ -11,7 +11,7 @@ arch=(i686 x86_64)
depends=(libindi=${pkgver})
makedepends=(cmake)
source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz")
-sha256sums=('ed4f20d7049e08453e7aa45e1bd5572b23003cfc2d6cb2956f898ccea8010613')
+sha256sums=('5918c3cf7f907201d6cf159ea7cbadf618fda197ba35dff3c0d4b37f2d67f695')
prepare() {
mkdir -p build