Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libindi
Commits:
db68b0f2 by Antonio Rojas at 2026-02-13T09:20:59+01:00
upgpkg: 2.1.9-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.8
+ pkgver = 2.1.9
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.8
- sha256sums =
9a2d13428e8d7c28174e5c008dfaaaa6aaeaa17d0b0d98f065d4f928c3459f02
+ source = git+https://github.com/indilib/indi#tag=v2.1.9
+ sha256sums =
b67b22e2d9494818931e10e842bae625c1ad4fadd8fb6c1fa416d23ef94faf1c
pkgname = libindi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Tobias Powalowski <[email protected]>
pkgname=libindi
-pkgver=2.1.8
+pkgver=2.1.9
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=('9a2d13428e8d7c28174e5c008dfaaaa6aaeaa17d0b0d98f065d4f928c3459f02')
+sha256sums=('b67b22e2d9494818931e10e842bae625c1ad4fadd8fb6c1fa416d23ef94faf1c')
build() {
cmake -B build -S indi \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/db68b0f2a55eaa28910ae449f10f962be37c6ec3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/db68b0f2a55eaa28910ae449f10f962be37c6ec3
You're receiving this email because of your account on gitlab.archlinux.org.