diff options
Diffstat (limited to 'extra/ccrtp/PKGBUILD')
-rw-r--r-- | extra/ccrtp/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/ccrtp/PKGBUILD b/extra/ccrtp/PKGBUILD index dae0ee4d4..d74c9782c 100644 --- a/extra/ccrtp/PKGBUILD +++ b/extra/ccrtp/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 184148 2013-05-02 19:39:49Z eric $ +# $Id: PKGBUILD 197587 2013-10-27 03:20:07Z eric $ # Maintainer: # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jeff Mickey <jeff@archlinux.org> @@ -6,17 +6,16 @@ # Contributor: Alexander Rødseth <rodseth@gmail.com> pkgname=ccrtp -pkgver=2.0.5 +pkgver=2.0.6 pkgrel=1 pkgdesc="An implementation of RTP, the real-time transport protocol from the IETF" arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/ccrtp/" license=('GPL' 'custom') depends=('ucommon' 'libgcrypt') -options=('!libtool') install=$pkgname.install source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) -md5sums=('7f462f6b31c68180a93f36b06944fef4' +md5sums=('ca0a7a184b242d660d81caf6101a2c0c' 'SKIP') build() { |