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

Antonio Rojas arojas at archlinux.org
Thu Apr 6 20:06:25 UTC 2017


    Date: Thursday, April 6, 2017 @ 20:06:24
  Author: arojas
Revision: 292242

Update to 0.1.14

Modified:
  libnice/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-06 19:18:10 UTC (rev 292241)
+++ PKGBUILD	2017-04-06 20:06:24 UTC (rev 292242)
@@ -3,16 +3,16 @@
 # Contributor: William Díaz <wdiaz at archlinux.us>
 
 pkgname=libnice
-pkgver=0.1.13+156+g1778f79
+pkgver=0.1.14
 pkgrel=1
 pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
 arch=('i686' 'x86_64')
 url="https://nice.freedesktop.org"
 license=('LGPL')
-depends=('glib2')
+depends=('glib2' 'gnutls')
 makedepends=('gstreamer' 'gtk-doc' 'git')
 optdepends=('gstreamer')
-_commit=1778f790087ab7663975ea466527c252eaccc5e3  # master
+_commit=6bfea0d063fb358a44e8800eae314520a2babd61  # tags/0.1.14^0
 source=("git+https://anongit.freedesktop.org/git/libnice/libnice#commit=$_commit")
 sha256sums=('SKIP')
 



More information about the arch-commits mailing list