diff options
Diffstat (limited to 'gdbuspp/PKGBUILD')
-rw-r--r-- | gdbuspp/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbuspp/PKGBUILD b/gdbuspp/PKGBUILD index e82a16436..366422b39 100644 --- a/gdbuspp/PKGBUILD +++ b/gdbuspp/PKGBUILD @@ -3,13 +3,13 @@ pkgname=gdbuspp pkgver=1 -pkgrel=4 +pkgrel=5 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+r32+geccf707e5ce' + 'gcc-libs=14.2.1+r134+gab884fffe3fc' 'glibc>=2.39+r52+gf8e4623421' 'libgio-2.0.so=0' 'libglib-2.0.so=0' |