From 270afe666034f5e5a28e48b001f7acea3dd1fd9d Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 7 Apr 2016 20:56:04 +0200 Subject: [PATCH 1/2] libuv: fix update-check --- srcpkgs/libuv/update | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 srcpkgs/libuv/update diff --git a/srcpkgs/libuv/update b/srcpkgs/libuv/update new file mode 100644 index 0000000000..9cd16581a4 --- /dev/null +++ b/srcpkgs/libuv/update @@ -0,0 +1,3 @@ +site=http://dist.libuv.org/dist/ +pattern='v\K[\d.]+(?=\/)' + From e984e7829aa108a073b72ee3af0c6927a8ac2103 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 7 Apr 2016 20:56:08 +0200 Subject: [PATCH 2/2] libuv: update to 1.9.0. --- srcpkgs/libuv/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index da3cc6cc5e..92f9a5631e 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template build file for 'libuv' pkgname=libuv -version=1.6.1 +version=1.9.0 revision=1 wrksrc="${pkgname}-v${version}" short_desc="Multi-platform support library with a focus on asynchronous I/O" @@ -10,12 +10,16 @@ build_style="gnu-configure" hostmakedepends="automake libtool pkg-config" homepage="http://libuv.org/" distfiles="http://dist.libuv.org/dist/v${version}/libuv-v${version}.tar.gz" -checksum=1a0b8030bc45a2c7b7cf44a89837bb43cf9e4484d8eb94652877f6dfdffc2a5f +checksum=d595b2725abcce851c76239aab038adc126c58714cfb572b2ebb2d21b3593842 pre_configure() { NOCONFIGURE=1 ./autogen.sh } +post_install() { + vlicense LICENSE +} + libuv-devel_package() { depends="libuv>=${version}_${revision}" short_desc+=" - development files"