diff options
author | Erich Eckner <git@eckner.net> | 2020-12-07 14:13:56 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-12-07 14:13:56 +0100 |
commit | 594c206d2cb965ec8a7596f04bc8e8f9983cb305 (patch) | |
tree | cec4e690593ef4c10fb2e630e6ed49f3529460ce | |
parent | 1e14969b8aac78d98de3a54ba94bf5cf248286f6 (diff) | |
download | archlinuxewe-594c206d2cb965ec8a7596f04bc8e8f9983cb305.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 7cb5bdc45..10150e374 100644 --- a/ucommon/PKGBUILD +++ b/ucommon/PKGBUILD @@ -4,7 +4,7 @@ pkgname=ucommon pkgver=7.0.0 -pkgrel=9 +pkgrel=10 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.6.15' + 'gnutls=3.7.0' ) depends=("${_pinned_dependencies[@]}") source=("ftp://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig}) |