From 79a6a547159434be25ea3b31f06092812625e6c4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 24 Sep 2022 15:46:19 +0200 Subject: [PATCH] quota: update to 4.09. --- srcpkgs/quota/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/quota/template b/srcpkgs/quota/template index 4cbf549f3b2..a5dc7bbdb5f 100644 --- a/srcpkgs/quota/template +++ b/srcpkgs/quota/template @@ -1,6 +1,6 @@ # Template file for 'quota' pkgname=quota -version=4.08 +version=4.09 revision=1 build_style=gnu-configure make_build_args="V=1" @@ -12,10 +12,9 @@ maintainer="Leah Neukirchen " license="GPL-2.0-or-later" homepage="https://sourceforge.net/projects/linuxquota/" distfiles="${SOURCEFORGE_SITE}/linuxquota/quota-tools/${pkgname}-${version}.tar.gz" -checksum=9cc8a6f868c3d5d39ea76696dddf8faf529779d2f45f35ef708bf651dae29b47 +checksum=9cdaca154bc92afc3117f0e5f5b3208dd5f84583af1cf061c39baa0a2bb142f9 pre_configure() { - sed -i '/man_MANS += quota_nld.8/d' Makefile.am autoreconf -fi }