From fea902e81bdbdf5fdc91ae48aee33e2e3bc92816 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 25 Aug 2018 08:51:46 -0300 Subject: [PATCH] nghttp2: update to 1.32.1. --- srcpkgs/nghttp2/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/nghttp2/template b/srcpkgs/nghttp2/template index 838290f6e8..542f565603 100644 --- a/srcpkgs/nghttp2/template +++ b/srcpkgs/nghttp2/template @@ -1,6 +1,6 @@ # Template file for 'nghttp2' pkgname=nghttp2 -version=1.32.0 +version=1.32.1 revision=1 build_style=gnu-configure configure_args="--without-libxml2 --without-jemalloc --without-spdylay" @@ -11,7 +11,7 @@ maintainer="Juan RP " license="MIT" homepage="https://nghttp2.org" distfiles="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.xz" -checksum=700a89d59fcc55acc2b18184001bfb3220fa6a6e543486aca35f40801cba6f7d +checksum=71ad04489b8e52df23a80166dfbf29d39bc48e39bc081e1e83ca8c94feeab7d0 post_install() { rm -rf ${DESTDIR}/usr/share/man @@ -23,8 +23,8 @@ nghttp2-devel_package() { short_desc+=" - development files" pkg_install() { vmove usr/include - vmove usr/lib/*.a - vmove usr/lib/*.so + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" vmove usr/lib/pkgconfig } }