[arch-commits] Commit in libnice/trunk (PKGBUILD)

Ionuț Mircea Bîru ioni at nymeria.archlinux.org
Thu Apr 25 17:56:47 UTC 2013


    Date: Thursday, April 25, 2013 @ 19:56:47
  Author: ioni
Revision: 183629

update to 0.1.4

Modified:
  libnice/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-25 17:51:21 UTC (rev 183628)
+++ PKGBUILD	2013-04-25 17:56:47 UTC (rev 183629)
@@ -3,7 +3,7 @@
 # Contributor: William Díaz <wdiaz at 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')
@@ -14,15 +14,15 @@
 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')




More information about the arch-commits mailing list