Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libindi
Commits:
bd0b729b by Antonio Rojas at 2025-02-19T15:34:31+01:00
upgpkg: 2.1.2.1-1: Update to 2.1.2.1
- - - - -
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.2
+ pkgver = 2.1.2.1
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.2
- sha256sums =
cc6e54523047e9b639e0c233eb3f2f74b148fd5cb4af3bbd577d998616d5793b
+ source = git+https://github.com/indilib/indi#tag=v2.1.2.1
+ sha256sums =
759e14621b075019df8f53f88c5886580e995c97d5928b2d5f41040b222f6df6
pkgname = libindi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Tobias Powalowski <[email protected]>
pkgname=libindi
-pkgver=2.1.2
+pkgver=2.1.2.1
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=('cc6e54523047e9b639e0c233eb3f2f74b148fd5cb4af3bbd577d998616d5793b')
+sha256sums=('759e14621b075019df8f53f88c5886580e995c97d5928b2d5f41040b222f6df6')
build() {
cmake -B build -S indi \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/bd0b729b2540dd1d746932b71a22782a0122fbf4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/bd0b729b2540dd1d746932b71a22782a0122fbf4
You're receiving this email because of your account on gitlab.archlinux.org.