Date: Friday, March 15, 2019 @ 17:35:29 Author: heftig Revision: 348206
0.1.15-2 Modified: libnice/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-15 17:35:27 UTC (rev 348205) +++ PKGBUILD 2019-03-15 17:35:29 UTC (rev 348206) @@ -3,7 +3,7 @@ pkgname=libnice pkgver=0.1.15 -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) @@ -25,13 +25,12 @@ } build() { - # FIXME: fix tests - arch-meson $pkgname build -D tests=disabled -D gtk_doc=enabled + arch-meson $pkgname build -D gtk_doc=enabled -D tests=disabled ninja -C build } check() { - : meson install -C build + meson test -C build --print-errorlogs } package() {
