summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Baberowski2021-09-22 22:05:41 +0200
committerSebastian Baberowski2021-09-22 22:05:41 +0200
commitc810b6af8ce95caf028366dc5d2689bf358cec5f (patch)
tree62dd206143e2484b852f448da9cdc67652f21ec7
parent60bf45fdc5b28a8f47434533e12956f88b95233e (diff)
downloadaur-c810b6af8ce95caf028366dc5d2689bf358cec5f.tar.gz
bump to 1.9.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0952dcea19d5..eba959e70644 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +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.1
+ pkgver = 1.9.2
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.1
- source = https://github.com/indilib/indi-3rdparty/archive/v1.9.1.tar.gz
- sha256sums = 5918c3cf7f907201d6cf159ea7cbadf618fda197ba35dff3c0d4b37f2d67f695
+ depends = libindi=1.9.2
+ source = https://github.com/indilib/indi-3rdparty/archive/v1.9.2.tar.gz
+ sha256sums = d582fa25a3b2b53f2a91be7881689951a616cbe8c87c71a392f714a0870cc473
pkgname = libasi
diff --git a/PKGBUILD b/PKGBUILD
index 737cef65eb78..47b5f66965c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sebastian Baberowski <sebastian@baberowski.com>
pkgname=libasi
-pkgver=1.9.1
+pkgver=1.9.2
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=('5918c3cf7f907201d6cf159ea7cbadf618fda197ba35dff3c0d4b37f2d67f695')
+sha256sums=("d582fa25a3b2b53f2a91be7881689951a616cbe8c87c71a392f714a0870cc473")
prepare() {
mkdir -p build