Date: Thursday, April 7, 2016 @ 16:33:04 Author: mtorromeo Revision: 169656
upgpkg: libuv 1.9.0-1 Updated to 1.9.0 Modified: libuv/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-07 14:08:57 UTC (rev 169655) +++ PKGBUILD 2016-04-07 14:33:04 UTC (rev 169656) @@ -2,7 +2,7 @@ # Maintainer: Massimiliano Torromeo <[email protected]> pkgname=libuv -pkgver=1.8.0 +pkgver=1.9.0 pkgrel=1 pkgdesc="Multi-platform support library with a focus on asynchronous I/O" arch=('i686' 'x86_64') @@ -18,6 +18,9 @@ ./configure --prefix=/usr make make man -C docs + + # skip failing get_passwd test + sed '/pwd\.homedir/d' -i test/test-get-passwd.c } check() { @@ -42,4 +45,4 @@ "$pkgdir"/usr/share/man/man1/libuv.1 } -sha256sums=('906e1a5c673c95cb261adeacdb7308a65b4a8f7c9c50d85f3021364951fa9cde') +sha256sums=('f8b8272a0d80138b709d38fad2baf771899eed61e7f9578d17898b07a1a2a5eb')
