diff options
-rw-r--r-- | gdbuspp/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbuspp/PKGBUILD b/gdbuspp/PKGBUILD index ccc708af0..71f017fea 100644 --- a/gdbuspp/PKGBUILD +++ b/gdbuspp/PKGBUILD @@ -3,13 +3,13 @@ pkgname=gdbuspp pkgver=1 -pkgrel=2 +pkgrel=3 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.1.1+r309+gbb34b7eda1f' + 'gcc-libs=14.2.1+r26+g14fa2b2ae7f' 'glibc>=2.39+r52+gf8e4623421' 'libgio-2.0.so=0' 'libglib-2.0.so=0' |