summaryrefslogtreecommitdiff
path: root/extra/ortp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
committerroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
commitd466ef49f224a9347fe0375eac8126725e10a0a4 (patch)
treec08a9d7437c4d6de169858ac98fb340fd90202c2 /extra/ortp
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'extra/ortp')
-rw-r--r--extra/ortp/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/ortp/PKGBUILD b/extra/ortp/PKGBUILD
index 714abfcc5..375831112 100644
--- a/extra/ortp/PKGBUILD
+++ b/extra/ortp/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 145635 2011-12-25 10:59:41Z andrea $
+# $Id: PKGBUILD 150809 2012-02-23 01:26:10Z andrea $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=ortp
-pkgver=0.18.0
+pkgver=0.20.0
pkgrel=1
pkgdesc="A Real-time Transport Protocol (RTP) library"
arch=('i686' 'x86_64')
@@ -13,13 +13,12 @@ url="http://www.linphone.org/index.php/eng/code_review/ortp"
license=('LGPL')
depends=('glibc')
options=('!libtool')
-#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz")
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('cc319356d2b548e5777feef90ae23bac')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('b3f2f02fc5b7ba7e294806c81d419f3c'
+ 'c5d39f9ad14fe252db9a96f616308b0b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./autogen.sh
./configure --prefix=/usr
make
}