summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorservices.build-monitoring2023-04-24 11:20:26 +0200
committerservices.build-monitoring2023-04-24 11:20:26 +0200
commitf2bf71c9ce32a57cd0e93ac8795770e6ab6e88da (patch)
tree4a2bcc5231addb2a722fe6bbec32d59c20913a89
parent1a20a55e4e5b16d07772d10c945ecbb224c89720 (diff)
downloadaur-f2bf71c9ce32a57cd0e93ac8795770e6ab6e88da.tar.gz
Bump to 2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1663a090567..0153c0492c4a 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.8
+ pkgver = 2.0.1
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.8.tar.gz
- sha256sums = a222a22ca4edae1816255e3851cfdb91efff557378021a44ca05d672410fc81e
+ source = https://github.com/indilib/indi-3rdparty/archive/v2.0.1.tar.gz
+ sha256sums = be98a84ab6166321fe5aa74fca132cd866ae4e6910ef3b97e3502a44c59d277d
pkgname = libasi
diff --git a/PKGBUILD b/PKGBUILD
index 6f40c42cb089..c624a1eaf4fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sebastian Baberowski <sebastian@baberowski.com>
pkgname=libasi
-pkgver=1.9.8
+pkgver=2.0.1
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=("a222a22ca4edae1816255e3851cfdb91efff557378021a44ca05d672410fc81e")
+sha256sums=("be98a84ab6166321fe5aa74fca132cd866ae4e6910ef3b97e3502a44c59d277d")
prepare() {
mkdir -p build