From a8828f2b072df4cd45ff2601fcb8283e126aa20e Mon Sep 17 00:00:00 2001 From: skmpz Date: Thu, 22 Jul 2021 11:47:54 +0400 Subject: [PATCH] nghttp2: update to 1.44.0. --- srcpkgs/nghttp2/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/nghttp2/template b/srcpkgs/nghttp2/template index a4ec485e23e4..86c5cb7639a7 100644 --- a/srcpkgs/nghttp2/template +++ b/srcpkgs/nghttp2/template @@ -1,7 +1,7 @@ # Template file for 'nghttp2' pkgname=nghttp2 -version=1.43.0 -revision=2 +version=1.44.0 +revision=1 build_style=gnu-configure # build system errors out if python isn't available configure_args="--disable-python-bindings" @@ -14,7 +14,7 @@ maintainer="skmpz " license="MIT" homepage="https://nghttp2.org" distfiles="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.xz" -checksum=f7d54fa6f8aed29f695ca44612136fa2359013547394d5dffeffca9e01a26b0f +checksum=5699473b29941e8dafed10de5c8cb37a3581edf62ba7d04b911ca247d4de3c5d python_version=3 post_install() { @@ -23,7 +23,7 @@ post_install() { } nghttp2-devel_package() { - depends="${sourcepkg}-${version}_${revision}" + depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include