summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorservices.build-monitoring2022-10-01 19:54:45 +0200
committerservices.build-monitoring2022-10-01 19:54:45 +0200
commit1a20a55e4e5b16d07772d10c945ecbb224c89720 (patch)
tree2fd50e1303822c897a2ab396eaeca0721ebf8a82
parent188f06456820bf9e5087f777944bed11496acad5 (diff)
downloadaur-1a20a55e4e5b16d07772d10c945ecbb224c89720.tar.gz
Bump to 1.9.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4835efb5d13..d1663a090567 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.7
+ pkgver = 1.9.8
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.7.tar.gz
- sha256sums = 2bc2e33f2a5af5fb6193962e2a48b231e52fbeb0047d9a71a03b34829c0bbb5a
+ source = https://github.com/indilib/indi-3rdparty/archive/v1.9.8.tar.gz
+ sha256sums = a222a22ca4edae1816255e3851cfdb91efff557378021a44ca05d672410fc81e
pkgname = libasi
diff --git a/PKGBUILD b/PKGBUILD
index 9681d83255b6..6f40c42cb089 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sebastian Baberowski <sebastian@baberowski.com>
pkgname=libasi
-pkgver=1.9.7
+pkgver=1.9.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"
@@ -11,7 +11,7 @@ arch=(i686 x86_64)
depends=()
makedepends=(cmake)
source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz")
-sha256sums=("2bc2e33f2a5af5fb6193962e2a48b231e52fbeb0047d9a71a03b34829c0bbb5a")
+sha256sums=("a222a22ca4edae1816255e3851cfdb91efff557378021a44ca05d672410fc81e")
prepare() {
mkdir -p build