summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Olivier Barre2021-11-15 16:35:57 +0100
committerMarc-Olivier Barre2021-11-15 16:35:57 +0100
commitb1514a84809c11ebe3df2e1857b39fabc5bd8ceb (patch)
tree0ebc99cc1e2c6bb5e7890c4dc8229d88f27a5b3b
parentc810b6af8ce95caf028366dc5d2689bf358cec5f (diff)
downloadaur-b1514a84809c11ebe3df2e1857b39fabc5bd8ceb.tar.gz
Bump version to 1.9.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eba959e70644..c259935d61c2 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.2
+ pkgver = 1.9.3
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.2
- source = https://github.com/indilib/indi-3rdparty/archive/v1.9.2.tar.gz
- sha256sums = d582fa25a3b2b53f2a91be7881689951a616cbe8c87c71a392f714a0870cc473
+ depends = libindi=1.9.3
+ source = https://github.com/indilib/indi-3rdparty/archive/v1.9.3.tar.gz
+ sha256sums = 4e71a8106fcdf6248486b18f04f4013332b0722b4942b90fbf01770d8037d3dc
pkgname = libasi
diff --git a/PKGBUILD b/PKGBUILD
index 47b5f66965c1..51d7da03288d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sebastian Baberowski <sebastian@baberowski.com>
pkgname=libasi
-pkgver=1.9.2
+pkgver=1.9.3
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=("d582fa25a3b2b53f2a91be7881689951a616cbe8c87c71a392f714a0870cc473")
+sha256sums=("4e71a8106fcdf6248486b18f04f4013332b0722b4942b90fbf01770d8037d3dc")
prepare() {
mkdir -p build