From d366199abe59678b78e6c777555105d7941100bf Mon Sep 17 00:00:00 2001 From: elbachir-one Date: Fri, 17 Jul 2026 13:19:10 +0100 Subject: [PATCH] neon: update to 0.37.1 --- srcpkgs/neon/template | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/srcpkgs/neon/template b/srcpkgs/neon/template index 4356784dab0fb0..1a9ac33f3d6716 100644 --- a/srcpkgs/neon/template +++ b/srcpkgs/neon/template @@ -1,11 +1,10 @@ # Template file for 'neon' pkgname=neon -version=0.32.2 -revision=2 +version=0.37.1 +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 - --disable-nls" +configure_args="--with-expat --with-ssl=openssl --enable-shared --disable-nls + --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --disable-static" make_build_args="all docs" make_install_args="install" hostmakedepends="automake libtool pkg-config xmlto" @@ -15,12 +14,8 @@ short_desc="HTTP and WebDAV client library, with a C interface" 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=7a25ba2c9223676b9aaec22a585a0ca118127bad71deed0b9ed6cd960fe5c353 - -post_patch() { - vsed -i autogen.sh -e 's/which/command -v/' -} +distfiles="https://notroj.github.io/neon/neon-${version}.tar.gz" +checksum=a99b7262525a454d1065cf76dd17240fd808dfc4ef15636990ff83a5d0d9e740 pre_configure() { ./autogen.sh