Date: Thursday, March 22, 2018 @ 09:05:36 Author: heftig Revision: 319807
0.1.14+70+gfb2f1f7-1 Modified: libnice/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-22 08:02:27 UTC (rev 319806) +++ PKGBUILD 2018-03-22 09:05:36 UTC (rev 319807) @@ -1,18 +1,18 @@ # $Id$ -# Maintainer: Ionut Biru <[email protected]> +# Contributor: Ionut Biru <[email protected]> # Contributor: William Díaz <[email protected]> pkgname=libnice -pkgver=0.1.14 +pkgver=0.1.14+70+gfb2f1f7 pkgrel=1 pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)" -arch=('x86_64') url="https://nice.freedesktop.org" -license=('LGPL') -depends=('glib2' 'gnutls') -makedepends=('gstreamer' 'gtk-doc' 'git') -optdepends=('gstreamer') -_commit=6bfea0d063fb358a44e8800eae314520a2babd61 # tags/0.1.14^0 +arch=(x86_64) +license=(LGPL) +depends=(glib2 gnutls) +makedepends=(gstreamer gtk-doc git) +optdepends=(gstreamer) +_commit=fb2f1f77a31baa91968fc81c205f980b6913f403 # master source=("git+https://anongit.freedesktop.org/git/libnice/libnice#commit=$_commit") sha256sums=('SKIP') @@ -29,9 +29,7 @@ build() { cd $pkgname ./configure --prefix=/usr --disable-static --with-gstreamer-0.10=no --enable-gtk-doc - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make }
