Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
sdbus-cpp
Commits:
ab842aa2 by Caleb Maclennan at 2024-11-21T12:25:20+03:00
upgpkg: 2.1.0-2: Package binaries, closes #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 = 1
+ pkgrel = 2
url = https://github.com/Kistler-Group/sdbus-cpp
arch = x86_64
license = LGPL-2.1-only
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgbase=sdbus-cpp
pkgname=($pkgbase $pkgbase-doc)
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
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)
@@ -47,7 +47,7 @@ _package_dir() {
package_sdbus-cpp() {
provides=(libsdbus-c++.so)
install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgbase/"
"$_archive/COPYING"*
- for dir in lib include; do
+ for dir in lib include bin; do
_package_dir $dir
done
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdbus-cpp/-/commit/ab842aa2494b388935c22644f604b5bd29095b04
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdbus-cpp/-/commit/ab842aa2494b388935c22644f604b5bd29095b04
You're receiving this email because of your account on gitlab.archlinux.org.