summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63dfd06603bf..2984e1cd7b10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = ccrtp
arch = x86_64
license = GPL
license = custom
- depends = ucommon
+ depends = ucommon>=6.2.2
depends = libgcrypt
source = http://dev.gnutelephony.org/dist/tarballs/ccrtp-2.1.2.tar.gz
source = http://dev.gnutelephony.org/dist/tarballs/ccrtp-2.1.2.tar.gz.sig
diff --git a/PKGBUILD b/PKGBUILD
index cd88bc7c468f..f35f150c58a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="An implementation of RTP, the real-time transport protocol from the IET
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/ccrtp/"
license=('GPL' 'custom')
-depends=('ucommon' 'libgcrypt')
+depends=('ucommon>=6.2.2' 'libgcrypt')
install=$pkgname.install
source=("http://dev.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz"{,.sig})
md5sums=('e6792cbd8b705901c205a509bd7f812f'