diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-05-23 20:45:22 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-23 23:52:09 +0000 |
commit | 7a8be3df82e968edb33e2d5ce2dc4e9a1f51d0a0 (patch) | |
tree | c19189fd5e63c57fd9e83d3e9c5ab5eaba631d9d | |
parent | 1ec1546a30556e7b54a68c6f9c1c07c5b94efb60 (diff) | |
download | aports-7a8be3df82e968edb33e2d5ce2dc4e9a1f51d0a0.tar.gz aports-7a8be3df82e968edb33e2d5ce2dc4e9a1f51d0a0.tar.bz2 aports-7a8be3df82e968edb33e2d5ce2dc4e9a1f51d0a0.tar.xz |
main/libnice: upgrade to 0.1.17
-rw-r--r-- | main/libnice/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/main/libnice/APKBUILD b/main/libnice/APKBUILD index edf05a4a4b..4c582b252b 100644 --- a/main/libnice/APKBUILD +++ b/main/libnice/APKBUILD @@ -2,13 +2,13 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libnice -pkgver=0.1.16 -pkgrel=1 +pkgver=0.1.17 +pkgrel=0 pkgdesc="GLib ICE implementation" options="!check" # Testsuite fails url="https://nice.freedesktop.org/wiki/" arch="all" -license="LGPL-2.0-or-later MPL-1.1" +license="LGPL-2.1-or-later AND MPL-1.1" makedepends=" glib-dev gnutls-dev @@ -24,7 +24,8 @@ subpackages=" source="https://nice.freedesktop.org/releases/libnice-$pkgver.tar.gz" build() { - meson --prefix=/usr \ + meson \ + --prefix=/usr \ --libdir=/usr/lib \ --bindir=/usr/bin \ --buildtype=plain \ @@ -48,4 +49,4 @@ _gst() { mv "$pkgdir"/usr/lib/gstreamer-1.0 "$subpkgdir"/usr/lib/ } -sha512sums="8fdf0f9fcf43c0fdffbdcb61988a7f9e14bd13bb1bc561d2b9faf493deb18151da14d484740571a302fa203ec7109d45c361ea791e81a2b29932a26220ce902c libnice-0.1.16.tar.gz" +sha512sums="177ee47712233af379f422cbe24befaa1b744444241723a6575f17db30f7032aa8a34b1c6e160f6f406545fc42c1e7e3ca36c274bea5adb169b02434712c908e libnice-0.1.17.tar.gz" |