summaryrefslogtreecommitdiff
path: root/ucommon
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-09-05 20:07:51 +0200
committerErich Eckner <git@eckner.net>2020-09-05 20:07:51 +0200
commit0aae2935de39cb4d9c58981215c6aeef36595088 (patch)
tree07499e8b4b33a445b4a21fb099b97ddc686f52d8 /ucommon
parent29013ef257aecf3415086ca1cc15f8b8329c9e46 (diff)
downloadarchlinuxewe.git.save-0aae2935de39cb4d9c58981215c6aeef36595088.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 516e3080..7cb5bdc4 100644
--- a/ucommon/PKGBUILD
+++ b/ucommon/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ucommon
pkgver=7.0.0
-pkgrel=8
+pkgrel=9
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.14'
+ 'gnutls=3.6.15'
)
depends=("${_pinned_dependencies[@]}")
source=("ftp://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig})