Package Details: libasi 2.1.1-1

Git Clone URL: https://aur.archlinux.org/libasi.git (read-only, click to copy)
Package Base: libasi
Description: 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.
Upstream URL: http://www.indilib.org/index.php?title=Main_Page
Licenses: MIT
Submitter: sebo_b
Maintainer: lehel_x (mobarre)
Last Packager: lehel_x
Votes: 4
Popularity: 0.000009
First Submitted: 2020-05-10 13:27 (UTC)
Last Updated: 2024-12-06 22:51 (UTC)

Latest Comments

k-laus commented on 2024-12-16 19:52 (UTC)

Would you mind changing the source line? Then the downloaded tarfile would be prefixed with "indi-3rdparty-" properly; this makes life with a common SRCDEST directory easier that stores all downloaded sources (see https://wiki.archlinux.org/title/PKGBUILD#Sources). Then just one common tar download for all libasi/libindi* packages is needed.

13c13
< source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz")
---
> source=("indi-3rdparty-${pkgver}.tar.gz::https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz")