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

Jan Steffens heftig at archlinux.org
Sat May 23 19:17:18 UTC 2020


    Date: Saturday, May 23, 2020 @ 19:17:18
  Author: heftig
Revision: 387466

0.1.17-1

Modified:
  libnice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 19:01:10 UTC (rev 387465)
+++ PKGBUILD	2020-05-23 19:17:18 UTC (rev 387466)
@@ -2,8 +2,8 @@
 # Contributor: William Díaz <wdiaz at archlinux.us>
 
 pkgname=libnice
-pkgver=0.1.16
-pkgrel=2
+pkgver=0.1.17
+pkgrel=1
 pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
 url="https://nice.freedesktop.org"
 arch=(x86_64)
@@ -10,8 +10,9 @@
 license=(LGPL)
 depends=(glib2 gnutls gupnp-igd)
 makedepends=(gstreamer gtk-doc git meson gobject-introspection)
-optdepends=(gstreamer)
-_commit=5969b34e3acd9150506ed8d9d109c73665858f3e  # tags/0.1.16^0
+optdepends=('gstreamer: "nice" GStreamer plugin')
+provides=(libnice.so)
+_commit=5fb2511725a690a68ed9ace030931b78bc6fe92c  # tags/0.1.17^0
 source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,7 +27,7 @@
 
 build() {
   arch-meson $pkgname build -D gtk_doc=enabled -D tests=disabled
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list