summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Olivier Barre2022-03-18 17:35:04 +0100
committerMarc-Olivier Barre2022-03-18 17:35:04 +0100
commit8b1432d1202ea1022dbfbe7e9b1a6cfbb1333075 (patch)
tree5789788138d1fee1edfdb24f8926f9540238d798
parent6ef9909cf5b395727b5317d47fa1df8200600941 (diff)
downloadaur-8b1432d1202ea1022dbfbe7e9b1a6cfbb1333075.tar.gz
Remove dependency on libindi
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bea2666e05cc..b9f9988bafcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
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 = 1
+ pkgrel = 2
url = http://www.indilib.org/index.php?title=Main_Page
arch = i686
arch = x86_64
license = MIT
makedepends = cmake
- depends = libindi=1.9.5.1
source = https://github.com/indilib/indi-3rdparty/archive/v1.9.5.tar.gz
sha256sums = a4a7db8ff9998ffe0688eab6657e132b82a64b3f7a3b5cc7309b9c900edbd0df
diff --git a/PKGBUILD b/PKGBUILD
index a8098aa51ec5..8e36bb14ca63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=libasi
pkgver=1.9.5
-pkgrel=1
+pkgrel=2
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)
arch=(i686 x86_64)
-depends=(libindi=1.9.5.1)
+depends=()
makedepends=(cmake)
source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz")
sha256sums=("a4a7db8ff9998ffe0688eab6657e132b82a64b3f7a3b5cc7309b9c900edbd0df")