From e88fc8d08a8df8e51b955f3102b90b8f9eb07a98 Mon Sep 17 00:00:00 2001 From: Piraty Date: Fri, 25 Feb 2022 20:53:35 +0100 Subject: [PATCH] neon: update to 0.32.2. --- srcpkgs/neon/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/neon/template b/srcpkgs/neon/template index 9ace92c0fd..25a1e29dc9 100644 --- a/srcpkgs/neon/template +++ b/srcpkgs/neon/template @@ -1,7 +1,7 @@ # Template file for 'neon' pkgname=neon -version=0.31.2 -revision=2 +version=0.32.2 +revision=1 build_style=gnu-configure configure_args="--with-expat --with-ssl=openssl --enable-shared --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --disable-static @@ -16,7 +16,11 @@ maintainer="Orphaned " license="LGPL-2.0-or-later" homepage="http://www.webdav.org/neon/" distfiles="https://github.com/notroj/neon/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=c6513d20c0affca6f4b45e2414a86cce951709cf4448b6b64ccdf3579fda0ce5 +checksum=7a25ba2c9223676b9aaec22a585a0ca118127bad71deed0b9ed6cd960fe5c353 + +post_patch() { + vsed -i autogen.sh -e 's/which/command -v/' +} pre_configure() { ./autogen.sh