diff options
author | Erich Eckner <git@eckner.net> | 2022-03-21 08:41:46 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-03-21 08:41:46 +0100 |
commit | 60b586d5c0c21cc42256484eb817035f15a55c3a (patch) | |
tree | d575eb32d0e83ca3ace741cbfb0500ca61d4846f | |
parent | b338f5a35df43067e354f7ce7a02b389a6f495b1 (diff) | |
download | archlinuxewe-60b586d5c0c21cc42256484eb817035f15a55c3a.tar.xz |
ucommon: rebuild
-rw-r--r-- | ucommon/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucommon/PKGBUILD b/ucommon/PKGBUILD index 3076a58c8..58046c6d0 100644 --- a/ucommon/PKGBUILD +++ b/ucommon/PKGBUILD @@ -4,7 +4,7 @@ pkgname=ucommon pkgver=7.0.0 -pkgrel=15 +pkgrel=16 pkgdesc="A light-weight C++ library to facilitate using C++ design patterns" arch=('i686' 'pentium4' 'x86_64') url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++" @@ -12,7 +12,7 @@ license=('LGPL3') _pinned_dependencies=( 'gcc-libs=11.2.0' 'glibc>=2.31' - 'gnutls=3.7.3' + 'gnutls=3.7.4' ) depends=("${_pinned_dependencies[@]}") source=("ftp://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig}) |