diff --git a/ortp/PKGBUILD b/ortp/PKGBUILD index c5192971e..20eebed18 100644 --- a/ortp/PKGBUILD +++ b/ortp/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: William Rea 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} diff --git a/pyqt/PKGBUILD b/pyqt/PKGBUILD index c21e0b60d..9e5c758bb 100644 --- a/pyqt/PKGBUILD +++ b/pyqt/PKGBUILD @@ -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"