From 96e4db758a49978bd52c83d1d4ba548c3694df5b Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 24 Jul 2022 11:32:18 +0300 Subject: [PATCH] duc: update to 1.4.5. Also: - add changelog - remove sed invocation in post_extract(). --- srcpkgs/duc/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/duc/template b/srcpkgs/duc/template index ba43fc0c6a0..6e571954cf6 100644 --- a/srcpkgs/duc/template +++ b/srcpkgs/duc/template @@ -1,6 +1,6 @@ # Template file for 'duc' pkgname=duc -version=1.4.4 +version=1.4.5 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" @@ -9,9 +9,6 @@ short_desc="Library and suite of tools for inspecting disk usage" maintainer="mobinmob " license="LGPL-3.0-only" homepage="https://duc.zevv.nl/" +changelog="https://raw.githubusercontent.com/zevv/duc/master/ChangeLog" distfiles="https://github.com/zevv/duc/releases/download/$version/duc-$version.tar.gz" -checksum=f4e7483dbeca4e26b003548f9f850b84ce8859bba90da89c55a7a147636ba922 - -post_extract() { - sed -i 's###' src/duc/cmd-ui.c -} +checksum=f84d39abf5afaade26cfa81382add6e97fb3b07fc626c2a6260e8d60c89c5a78