Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
sdbus-cpp
Commits:
df1ff917 by Caleb Maclennan at 2025-11-22T12:03:32+03:00
upgpkg: 2.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sdbus-cpp
pkgdesc = a high-level C++ D-Bus library designed to provide
expressive, easy-to-use API
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/Kistler-Group/sdbus-cpp
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = sdbus-cpp
makedepends = systemd
depends = expat
depends = systemd-libs
- source =
https://github.com/Kistler-Group/sdbus-cpp/archive/v2.2.0/sdbus-cpp-2.2.0.tar.gz
- sha256sums =
a8e22be7c4b69fb988ae506297a35720a35680dfe5b671acaf08e5c0e9be529a
+ source =
https://github.com/Kistler-Group/sdbus-cpp/archive/v2.2.1/sdbus-cpp-2.2.1.tar.gz
+ sha256sums =
da69a0104beb6e51415a59f1571a47beb1eacc65cc6027b250eb1cf13ff4f802
pkgname = sdbus-cpp
provides = libsdbus-c++.so
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgbase=sdbus-cpp
pkgname=($pkgbase $pkgbase-doc)
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc='a high-level C++ D-Bus library designed to provide expressive,
easy-to-use API'
url="https://github.com/Kistler-Group/$pkgbase"
@@ -16,7 +16,7 @@ makedepends=(cmake
systemd)
_archive="$pkgbase-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('a8e22be7c4b69fb988ae506297a35720a35680dfe5b671acaf08e5c0e9be529a')
+sha256sums=('da69a0104beb6e51415a59f1571a47beb1eacc65cc6027b250eb1cf13ff4f802')
build() {
cmake -B build -S "$_archive" \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdbus-cpp/-/commit/df1ff917f0f07831491acd17df3664e037891fbb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdbus-cpp/-/commit/df1ff917f0f07831491acd17df3664e037891fbb
You're receiving this email because of your account on gitlab.archlinux.org.