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