Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
sdbus-cpp
Commits:
b45bde3e by Caleb Maclennan at 2026-05-18T10:32:45+03:00
upgpkg: 2.3.0-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.1
+ pkgver = 2.3.0
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.1/sdbus-cpp-2.2.1.tar.gz
- sha256sums =
da69a0104beb6e51415a59f1571a47beb1eacc65cc6027b250eb1cf13ff4f802
+ source =
https://github.com/Kistler-Group/sdbus-cpp/archive/v2.3.0/sdbus-cpp-2.3.0.tar.gz
+ sha256sums =
8c01d28fa7b1a973d7a9cfdfd65480e733a52172506eaa1fea225b681590fe3c
pkgname = sdbus-cpp
provides = libsdbus-c++.so
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgbase=sdbus-cpp
pkgname=($pkgbase $pkgbase-doc)
-pkgver=2.2.1
+pkgver=2.3.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"
@@ -16,7 +16,7 @@ makedepends=(cmake
systemd)
_archive="$pkgbase-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('da69a0104beb6e51415a59f1571a47beb1eacc65cc6027b250eb1cf13ff4f802')
+sha256sums=('8c01d28fa7b1a973d7a9cfdfd65480e733a52172506eaa1fea225b681590fe3c')
build() {
cmake -B build -S "$_archive" \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdbus-cpp/-/commit/b45bde3eb3efbad906346f4bd217f42db109a6e6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdbus-cpp/-/commit/b45bde3eb3efbad906346f4bd217f42db109a6e6
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help