diff --git a/srcpkgs/broot/template b/srcpkgs/broot/template index ffa183997e5..4a8f8a3d80f 100644 --- a/srcpkgs/broot/template +++ b/srcpkgs/broot/template @@ -1,14 +1,14 @@ # Template file for 'broot' pkgname=broot version=1.18.0 -revision=1 +revision=2 build_style=cargo short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent" maintainer="cinerea0 " license="MIT" homepage="https://dystroy.org/broot/" -changelog="https://raw.githubusercontent.com/Canop/broot/master/CHANGELOG.md" -distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz" +changelog="https://raw.githubusercontent.com/Canop/broot/main/CHANGELOG.md" +distfiles="https://github.com/Canop/broot/archive/refs/tags/v${version}.tar.gz" checksum=b195fa6b47b282a8f4baa3b7eb69fa6fd2f3fde80238bd5fe70c4dd4ae288610 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then @@ -22,4 +22,7 @@ esac post_install() { vlicense LICENSE + + vsed -e "s/#version/${version}/g;s,#date,$(date +'%Y/%m/%d'),g" -i man/page + vman man/page broot.1 }