From fd13fc6dba397df448ce6ecf87e806fdc3a8f3cd Mon Sep 17 00:00:00 2001 From: root Date: Thu, 29 Nov 2012 02:32:15 -0800 Subject: Thu Nov 29 02:28:50 PST 2012 --- extra/ptlib/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extra/ptlib') diff --git a/extra/ptlib/PKGBUILD b/extra/ptlib/PKGBUILD index 4eba6f4c6..58e6eb857 100644 --- a/extra/ptlib/PKGBUILD +++ b/extra/ptlib/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 169988 2012-10-30 23:00:40Z heftig $ +# $Id: PKGBUILD 172101 2012-11-28 10:32:09Z jgc $ # Maintainer: Jan de Groot pkgname=ptlib -pkgver=2.10.7 -pkgrel=2 +pkgver=2.10.9 +pkgrel=1 pkgdesc="Portable Windows Library" arch=('i686' 'x86_64') url="http://www.opalvoip.org" @@ -11,8 +11,8 @@ license=('GPL') depends=('sdl' 'libpulse' 'v4l-utils' 'libldap') replaces=('pwlib') conflicts=('pwlib') -source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2) -md5sums=('7fb74a97743fcc5f33d0f97dec7bc878') +source=(http://ftp.gnome.org/pub/GNOME/sources/ptlib/${pkgver%.*}/ptlib-$pkgver.tar.xz) +sha256sums=('d948e326ce238880ce9b52f9f0cd76a4897618e17cc08a347e4a713f36a575fe') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -22,7 +22,7 @@ build() { --enable-oss --enable-v4l2 \ --disable-avc --enable-sdl \ --enable-ipv6 --enable-v4l \ - --enable-dc --disable-odbc \ + --disable-dc --disable-odbc \ --enable-expat --enable-httpforms make } -- cgit v1.2.3-54-g00ecf