summaryrefslogtreecommitdiff
path: root/extra/ptlib
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ptlib')
-rw-r--r--extra/ptlib/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
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 <jgc@archlinux.org>
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
}