summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Olivier Barre2021-01-19 17:25:05 +0100
committerMarc-Olivier Barre2021-01-19 17:25:05 +0100
commit8655c58ae965c0c5403ce17edc4ed305050e3f24 (patch)
tree9399f5b06a9308997bb9ae077ad9f5891078c595
parent08166c8d404e9fed342b663ca0f701e6a8d2888b (diff)
downloadaur-8655c58ae965c0c5403ce17edc4ed305050e3f24.tar.gz
Bump to version 1.8.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8e733636634..6101aa41959e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
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.8.7
+ pkgver = 1.8.8
pkgrel = 1
url = http://www.indilib.org/index.php?title=Main_Page
arch = i686
arch = x86_64
license = MIT
makedepends = cmake
- depends = libindi=1.8.7
- source = https://github.com/indilib/indi-3rdparty/archive/v1.8.7.tar.gz
- sha256sums = 7571bbc087e0efa2df992c174fca9a7e87e6b2a0f0c6d99cdff01af6fe7e82de
+ depends = libindi=1.8.8
+ source = https://github.com/indilib/indi-3rdparty/archive/v1.8.8.tar.gz
+ sha256sums = 0a50aff683e4e76d12b7558076734ace3c4340d93fcab2c25c8a7c0bc3d53816
pkgname = libasi
diff --git a/PKGBUILD b/PKGBUILD
index 7f7d57920d4e..9aaf40f38188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Baberowski <sebastian@baberowski.com>
pkgname=libasi
-pkgver=1.8.7
+pkgver=1.8.8
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"
@@ -10,7 +10,7 @@ arch=(i686 x86_64)
depends=(libindi=${pkgver})
makedepends=(cmake)
source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz")
-sha256sums=('7571bbc087e0efa2df992c174fca9a7e87e6b2a0f0c6d99cdff01af6fe7e82de')
+sha256sums=('0a50aff683e4e76d12b7558076734ace3c4340d93fcab2c25c8a7c0bc3d53816')
prepare() {
mkdir -p build