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

Jan Steffens heftig at archlinux.org
Sun Jun 6 09:11:50 UTC 2021


    Date: Sunday, June 6, 2021 @ 09:11:50
  Author: heftig
Revision: 417192

0.1.18-2: FS#71121: now makedeps on graphviz (I blame a meson update)

Modified:
  libnice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 09:03:49 UTC (rev 417191)
+++ PKGBUILD	2021-06-06 09:11:50 UTC (rev 417192)
@@ -4,13 +4,13 @@
 
 pkgname=libnice
 pkgver=0.1.18
-pkgrel=1
+pkgrel=2
 pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
 url="https://nice.freedesktop.org"
 arch=(x86_64)
 license=(LGPL)
 depends=(glib2 gnutls gupnp-igd)
-makedepends=(gstreamer gtk-doc git meson gobject-introspection)
+makedepends=(gstreamer gtk-doc git meson gobject-introspection graphviz)
 optdepends=('gstreamer: "nice" GStreamer plugin')
 provides=(libnice.so)
 _commit=55b71d47f2b427b3baa8812818ed3f059acc748d  # tags/0.1.18^0
@@ -36,5 +36,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list