From d1940778070b016fdaa4a16433ef486ccf00ae86 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 7 Aug 2023 11:44:20 -0400 Subject: [PATCH] ouch: update to 0.4.2 --- srcpkgs/ouch/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ouch/template b/srcpkgs/ouch/template index 57205bad80ca5..1cd503bba9431 100644 --- a/srcpkgs/ouch/template +++ b/srcpkgs/ouch/template @@ -1,16 +1,17 @@ # Template file for 'ouch' pkgname=ouch -version=0.4.1 -revision=2 +version=0.4.2 +revision=1 build_style=cargo hostmakedepends="pkg-config" -makedepends="liblzma-devel bzip2-devel libzip-devel" +makedepends="liblzma-devel bzip2-devel libzip-devel libzstd-devel" short_desc="CLI utility for easily compressing and decompressing files and dirs" maintainer="Savoy " license="MIT" homepage="https://github.com/ouch-org/ouch" +changelog="https://raw.githubusercontent.com/ouch-org/ouch/main/CHANGELOG.md" distfiles="https://github.com/ouch-org/ouch/archive/refs/tags/${version}.tar.gz" -checksum=b0fcd6bbe6c66544b5bf1167d72605427c5cc6afae564f23f3eff5ea22b01b79 +checksum=af7bd98dbcd2390f5863de22bd3059d62dcc624d40a6d9765855a3a52ece0c48 pre_build() { export OUCH_ARTIFACTS_FOLDER=artifacts