Date: Thursday, February 19, 2015 @ 16:00:06 Author: mtorromeo Revision: 127985
upgpkg: libuv 1.4.0-1 Updated to 1.4.0 and fixed test assert failures Modified: libuv/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-19 12:36:00 UTC (rev 127984) +++ PKGBUILD 2015-02-19 15:00:06 UTC (rev 127985) @@ -2,9 +2,9 @@ # Maintainer: Massimiliano Torromeo <[email protected]> pkgname=libuv -pkgver=1.2.0 +pkgver=1.4.0 pkgrel=1 -pkgdesc="A new platform layer for Node.JS" +pkgdesc="Multi-platform support library with a focus on asynchronous I/O" arch=('i686' 'x86_64') url="https://github.com/libuv/libuv" license=('custom') @@ -11,6 +11,11 @@ depends=('glibc') source=("https://github.com/libuv/libuv/archive/v$pkgver.tar.gz") +prepare() { + cd "$srcdir"/$pkgname-$pkgver + sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/g' test/test-fs.c +} + build() { cd "$srcdir"/$pkgname-$pkgver ./autogen.sh @@ -38,4 +43,4 @@ "$pkgdir"/usr/share/doc/$pkgname/ChangeLog } -sha256sums=('bebf424bb239867bbf609abad09a256cae7808c9d5cb346b779acd4b97a56693') +sha256sums=('fbb26b0384cae834b987c58e4c703b84b3d0f88445989877b8b594294f42fbc9')
