From 0976067a359f8624ff5b8ec3878477c124e024c9 Mon Sep 17 00:00:00 2001 From: triallax Date: Sat, 17 Jun 2023 13:39:53 +0100 Subject: [PATCH] libuv: update to 1.45.0. --- srcpkgs/libuv/template | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index be3143e33156..3181808b90b3 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,31 +1,28 @@ # Template file for 'libuv' pkgname=libuv -version=1.44.2 +version=1.45.0 revision=1 build_style=gnu-configure -hostmakedepends="automake libtool pkg-config" +hostmakedepends="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" +license="MIT, BSD-2-Clause, ISC" 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=e6e2ba8b4c349a4182a33370bb9be5e23c51b32efb9b9e209d0e8556b73a48da +distfiles="https://dist.libuv.org/dist/v${version}/libuv-v${version}-dist.tar.gz" +checksum=3793d8c0d6fa587721d010d0555b7e82443fd4e8b3c91e529eb6607592f52b87 # the tests fail when run as root and as such break in the CI containers -make_check="extended" +make_check=ci-skip LDFLAGS="-pthread" -pre_configure() { - NOCONFIGURE=1 ./autogen.sh -} - post_install() { vlicense LICENSE + vlicense LICENSE-extra } libuv-devel_package() { - depends="libuv>=${version}_${revision}" + depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include