diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-07 16:53:56 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-07 16:53:56 +0200 |
commit | 6ed0ac54a1cb7457fe85d4c8566465cb38e50d2e (patch) | |
tree | 0a36d9843513341446e8167b0e8c5b5e82dc33c8 /gdbuspp | |
parent | 66066af7b326aa14511662c981567b20b3794bd9 (diff) | |
download | archlinuxewe-6ed0ac54a1cb7457fe85d4c8566465cb38e50d2e.tar.xz |
gdbuspp: rebuild
Diffstat (limited to 'gdbuspp')
-rw-r--r-- | gdbuspp/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbuspp/PKGBUILD b/gdbuspp/PKGBUILD index 71f017fea..e82a16436 100644 --- a/gdbuspp/PKGBUILD +++ b/gdbuspp/PKGBUILD @@ -3,13 +3,13 @@ pkgname=gdbuspp pkgver=1 -pkgrel=3 +pkgrel=4 pkgdesc='GDBus++ - a glib2 D-Bus wrapper for C++ ' arch=('i486' 'i686' 'pentium4' 'x86_64' 'aarch64' 'armv7h') url="https://codeberg.org/OpenVPN/${pkgname}" license=('AGPL-3.0-only') _pinned_dependencies=( - 'gcc-libs=14.2.1+r26+g14fa2b2ae7f' + 'gcc-libs=14.2.1+r32+geccf707e5ce' 'glibc>=2.39+r52+gf8e4623421' 'libgio-2.0.so=0' 'libglib-2.0.so=0' |