summaryrefslogtreecommitdiff
path: root/ucommon
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-12-07 14:13:56 +0100
committerErich Eckner <git@eckner.net>2020-12-07 14:13:56 +0100
commit594c206d2cb965ec8a7596f04bc8e8f9983cb305 (patch)
treecec4e690593ef4c10fb2e630e6ed49f3529460ce /ucommon
parent1e14969b8aac78d98de3a54ba94bf5cf248286f6 (diff)
downloadarchlinuxewe.git.save-594c206d2cb965ec8a7596f04bc8e8f9983cb305.tar.xz
ucommon: rebuild
Diffstat (limited to 'ucommon')
-rw-r--r--ucommon/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucommon/PKGBUILD b/ucommon/PKGBUILD
index 7cb5bdc4..10150e37 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})