Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libindi
Commits:
b9ccf62e by Antonio Rojas at 2026-02-01T11:14:10+01:00
upgpkg: 2.1.8-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libindi
pkgdesc = A distributed control protocol designed to operate
astronomical instrumentation
- pkgver = 2.1.7
+ pkgver = 2.1.8
pkgrel = 1
url = https://www.indilib.org/index.php?title=Main_Page
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = libindi
depends = systemd-libs
depends = zlib
optdepends = qt6-base: Qt client library
- source = git+https://github.com/indilib/indi#tag=v2.1.7
- sha256sums =
da08fa4c9999b97aa78e0571fd8177d43583bb4e4623b74f77699f8c62068cf8
+ source = git+https://github.com/indilib/indi#tag=v2.1.8
+ sha256sums =
9a2d13428e8d7c28174e5c008dfaaaa6aaeaa17d0b0d98f065d4f928c3459f02
pkgname = libindi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Tobias Powalowski <[email protected]>
pkgname=libindi
-pkgver=2.1.7
+pkgver=2.1.8
pkgrel=1
pkgdesc='A distributed control protocol designed to operate astronomical
instrumentation'
url='https://www.indilib.org/index.php?title=Main_Page'
@@ -31,7 +31,7 @@ makedepends=(cmake
qt6-base)
optdepends=('qt6-base: Qt client library')
source=(git+https://github.com/indilib/indi#tag=v$pkgver)
-sha256sums=('da08fa4c9999b97aa78e0571fd8177d43583bb4e4623b74f77699f8c62068cf8')
+sha256sums=('9a2d13428e8d7c28174e5c008dfaaaa6aaeaa17d0b0d98f065d4f928c3459f02')
build() {
cmake -B build -S indi \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/b9ccf62e5c3839d2d5992a9249a71a5c8f22730d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/b9ccf62e5c3839d2d5992a9249a71a5c8f22730d
You're receiving this email because of your account on gitlab.archlinux.org.