diff options
author | Erich Eckner <git@eckner.net> | 2021-03-11 16:49:28 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-03-11 16:49:28 +0100 |
commit | f002c42167d8fb22176e59ccdba1000d105174ae (patch) | |
tree | d8fa5aa2426edb7f3e968930b174540d96b2e7d2 | |
parent | 56fdf4a92e8e59f527ff3aaa6bbd292a927b296b (diff) | |
download | archlinuxewe.git.save-f002c42167d8fb22176e59ccdba1000d105174ae.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 10150e37..00017324 100644 --- a/ucommon/PKGBUILD +++ b/ucommon/PKGBUILD @@ -4,7 +4,7 @@ pkgname=ucommon pkgver=7.0.0 -pkgrel=10 +pkgrel=11 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=10.2.0' 'glibc>=2.31' - 'gnutls=3.7.0' + 'gnutls=3.7.1' ) depends=("${_pinned_dependencies[@]}") source=("ftp://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig}) |