summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Redaelli2015-08-19 00:22:46 +0200
committerTimothy Redaelli2015-08-19 00:22:46 +0200
commitdea3f353284f679b00ec72e6ca00e699484fa332 (patch)
treeb032c6aa03f9d9bbe58ce55be006d1f2d55e1480
parent18e5e3314d2406e33aed5bbbffb2f680d01109d4 (diff)
downloadaur-dea3f353284f679b00ec72e6ca00e699484fa332.tar.gz
Since people loves to do partial updates, enforce the correct version of ucommon
-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'