Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libindi
Commits:
200cd4cb by Antonio Rojas at 2025-02-01T11:56:46+01:00
upgpkg: 2.1.2-1: Update to 2.1.2
- - - - -
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.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://www.indilib.org/index.php?title=Main_Page
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = libindi
depends = rtl-sdr
depends = zlib
optdepends = qt5-base: Qt client library
- source = git+https://github.com/indilib/indi#tag=v2.1.1
- sha256sums =
54312a1d3474909d2dec63e67a058eefcdcd1d5c57520c53f66bfb07638d005e
+ source = git+https://github.com/indilib/indi#tag=v2.1.2
+ sha256sums =
cc6e54523047e9b639e0c233eb3f2f74b148fd5cb4af3bbd577d998616d5793b
pkgname = libindi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Tobias Powalowski <[email protected]>
pkgname=libindi
-pkgver=2.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc='A distributed control protocol designed to operate astronomical
instrumentation'
url='https://www.indilib.org/index.php?title=Main_Page'
@@ -30,7 +30,7 @@ makedepends=(cmake
qt5-base)
optdepends=('qt5-base: Qt client library')
source=(git+https://github.com/indilib/indi#tag=v$pkgver)
-sha256sums=('54312a1d3474909d2dec63e67a058eefcdcd1d5c57520c53f66bfb07638d005e')
+sha256sums=('cc6e54523047e9b639e0c233eb3f2f74b148fd5cb4af3bbd577d998616d5793b')
build() {
cmake -B build -S indi \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/200cd4cb6c175a840effe154f99d569802323c22
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/200cd4cb6c175a840effe154f99d569802323c22
You're receiving this email because of your account on gitlab.archlinux.org.