summaryrefslogtreecommitdiff
path: root/extra/libnice/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libnice/PKGBUILD')
-rw-r--r--extra/libnice/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libnice/PKGBUILD b/extra/libnice/PKGBUILD
index 4412273b1..b84b61ecf 100644
--- a/extra/libnice/PKGBUILD
+++ b/extra/libnice/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: William Díaz <wdiaz@archlinux.us>
pkgname=libnice
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
arch=('i686' 'x86_64' 'mips64el')
@@ -14,15 +14,15 @@ makedepends=('gstreamer' 'gstreamer0.10')
optdepends=('gstreamer' 'gstreamer0.10')
options=('!libtool')
source=(http://nice.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('315c457b092980a4a9a0bea9f0723cce')
build() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr --disable-static
make
}
package() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
-md5sums=('1a0907605f852dcda32a3b3daf38d36c')