Date: Wednesday, October 21, 2020 @ 15:08:16
  Author: heftig
Revision: 398703

archrelease: copy trunk to extra-x86_64

Added:
  libnice/repos/extra-x86_64/PKGBUILD
    (from rev 398702, libnice/trunk/PKGBUILD)
Deleted:
  libnice/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-10-21 15:08:12 UTC (rev 398702)
+++ PKGBUILD    2020-10-21 15:08:16 UTC (rev 398703)
@@ -1,39 +0,0 @@
-# Contributor: Ionut Biru <[email protected]>
-# Contributor: William Díaz <[email protected]>
-
-pkgname=libnice
-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)
-license=(LGPL)
-depends=(glib2 gnutls gupnp-igd)
-makedepends=(gstreamer gtk-doc git meson gobject-introspection)
-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')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=enabled -D tests=disabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libnice/repos/extra-x86_64/PKGBUILD (from rev 398702, 
libnice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-10-21 15:08:16 UTC (rev 398703)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+# Contributor: William Díaz <[email protected]>
+
+pkgname=libnice
+pkgver=0.1.18
+pkgrel=1
+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)
+optdepends=('gstreamer: "nice" GStreamer plugin')
+provides=(libnice.so)
+_commit=55b71d47f2b427b3baa8812818ed3f059acc748d  # tags/0.1.18^0
+source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=enabled -D tests=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Reply via email to