From a6a0f90984269d8e1f80761f5856f77d26762588 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 23 Jun 2018 07:35:06 -0300 Subject: [PATCH] libuv: update to 1.21.0. --- srcpkgs/libuv/template | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 46ef3a5fe34..7d905c4c43e 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,16 +1,16 @@ -# Template build file for 'libuv' +# Template file for 'libuv' pkgname=libuv -version=1.20.3 +version=1.21.0 revision=1 -build_style="gnu-configure" +build_style=gnu-configure hostmakedepends="automake libtool pkg-config" short_desc="Multi-platform support library with a focus on asynchronous I/O" maintainer="Enno Boland " license="MIT, CC-BY-SA-4.0" -#changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog" -homepage="http://libuv.org/" -distfiles="https://github.com/libuv/libuv/archive/v$version.tar.gz" -checksum=43a388687194a15d5f3cc1980d53c405020a3586254c620e5f3c4d241bb9da05 +homepage="https://libuv.org/" +changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog" +distfiles="https://github.com/libuv/libuv/archive/v${version}.tar.gz" +checksum=c6f53e4a75d2601db8efe0e837839969de7667d36569110429a0bc8f8229bf59 pre_configure() { NOCONFIGURE=1 ./autogen.sh @@ -26,7 +26,7 @@ libuv-devel_package() { pkg_install() { vmove usr/include vmove usr/lib/pkgconfig - vmove usr/lib/*.a - vmove usr/lib/*.so + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" } }