summaryrefslogtreecommitdiff
path: root/ucommon/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-01-20 21:23:31 +0100
committerErich Eckner <git@eckner.net>2022-01-20 21:23:31 +0100
commit93c6cbf8141239dadf6d688a89c1e61e12cbeb4b (patch)
treec80b0ebf80c3a4490c4e77e397bdf5901c272f12 /ucommon/PKGBUILD
parent1a9e39c574dbab3570148d782557661a657d810c (diff)
downloadarchlinuxewe-93c6cbf8141239dadf6d688a89c1e61e12cbeb4b.tar.xz
ucommon: rebuild
Diffstat (limited to 'ucommon/PKGBUILD')
-rw-r--r--ucommon/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucommon/PKGBUILD b/ucommon/PKGBUILD
index 484bd5e04..eb80cdf2d 100644
--- a/ucommon/PKGBUILD
+++ b/ucommon/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ucommon
pkgver=7.0.0
-pkgrel=13
+pkgrel=14
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.1.0'
'glibc>=2.31'
- 'gnutls=3.7.2'
+ 'gnutls=3.7.3'
)
depends=("${_pinned_dependencies[@]}")
source=("ftp://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig})