summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Olivier Barre2022-05-30 09:48:58 +0200
committerMarc-Olivier Barre2022-05-30 09:48:58 +0200
commita06167d1ca620359a1458f8f624308e55a22e4d4 (patch)
tree131c5ec93e9c5496cb2380b7236ec0a615495250
parent8b1432d1202ea1022dbfbe7e9b1a6cfbb1333075 (diff)
downloadaur-a06167d1ca620359a1458f8f624308e55a22e4d4.tar.gz
Bump to v1.9.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9f9988bafcf..40748f57d95b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
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.5
- pkgrel = 2
+ pkgver = 1.9.6
+ pkgrel = 1
url = http://www.indilib.org/index.php?title=Main_Page
arch = i686
arch = x86_64
license = MIT
makedepends = cmake
- source = https://github.com/indilib/indi-3rdparty/archive/v1.9.5.tar.gz
- sha256sums = a4a7db8ff9998ffe0688eab6657e132b82a64b3f7a3b5cc7309b9c900edbd0df
+ source = https://github.com/indilib/indi-3rdparty/archive/v1.9.6.tar.gz
+ sha256sums = 2d2f45d54231b941f896df4069df84a339efb5b9b81f2e060422f29e1c900b84
pkgname = libasi
diff --git a/PKGBUILD b/PKGBUILD
index 8e36bb14ca63..173fedae3311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Sebastian Baberowski <sebastian@baberowski.com>
pkgname=libasi
-pkgver=1.9.5
-pkgrel=2
+pkgver=1.9.6
+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"
license=(MIT)
@@ -11,7 +11,7 @@ arch=(i686 x86_64)
depends=()
makedepends=(cmake)
source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz")
-sha256sums=("a4a7db8ff9998ffe0688eab6657e132b82a64b3f7a3b5cc7309b9c900edbd0df")
+sha256sums=("2d2f45d54231b941f896df4069df84a339efb5b9b81f2e060422f29e1c900b84")
prepare() {
mkdir -p build