Update ortp

This commit is contained in:
Manuel 2011-04-10 19:17:56 +00:00
parent 1c39177579
commit d2140eef7c
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=ortp
pkgver=0.16.1
pkgrel=2
pkgver=0.16.5
pkgrel=1
pkgdesc="A Real-time Transport Protocol (RTP) library"
arch=('i686' 'x86_64')
url="http://www.linphone.org/index.php/eng/code_review/ortp"
@ -13,7 +13,7 @@ license=('LGPL')
depends=('openssl')
options=('!libtool')
source=(http://ftp.cc.uoc.gr/mirrors/nongnu.org/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz)
md5sums=('bc96cdcb9c139d366a720a94200f92dd')
md5sums=('94546901d14b85f97342f4ecf39489b1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}

View File

@ -6,7 +6,7 @@
pkgname=pyqt
pkgver=4.8.3
pkgrel=1
pkgrel=2
pkgdesc="A set of Python bindings for the Qt toolkit"
arch=('i686' 'x86_64')
url="http://riverbankcomputing.co.uk/software/pyqt/intro"