From f9e451c5b6e785796d654a1f5a65082bf5df42eb Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 5 Sep 2024 20:55:22 -0400 Subject: [PATCH] pazi: update to 0.5.0 --- srcpkgs/pazi/patches/fix-cargo-lock.patch | 14 ++++++++++++++ srcpkgs/pazi/template | 13 +++++++++---- 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/pazi/patches/fix-cargo-lock.patch diff --git a/srcpkgs/pazi/patches/fix-cargo-lock.patch b/srcpkgs/pazi/patches/fix-cargo-lock.patch new file mode 100644 index 00000000000..8cacdd2f827 --- /dev/null +++ b/srcpkgs/pazi/patches/fix-cargo-lock.patch @@ -0,0 +1,14 @@ +# Upstream: https://github.com/euank/pazi/commit/6267b6c7d2c028ff13ac06efcadd1e272f3b9673 +diff --git a/Cargo.lock b/Cargo.lock +index b0361e9..f65cd3b 100644 +--- a/Cargo.lock ++++ b/Cargo.lock +@@ -338,7 +338,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" + + [[package]] + name = "pazi" +-version = "0.4.1" ++version = "0.5.0" + dependencies = [ + "anyhow", + "clap", diff --git a/srcpkgs/pazi/template b/srcpkgs/pazi/template index 680fa5afb88..54383af55b5 100644 --- a/srcpkgs/pazi/template +++ b/srcpkgs/pazi/template @@ -1,11 +1,16 @@ # Template file for 'pazi' pkgname=pazi -version=0.4.1 -revision=2 +version=0.5.0 +revision=1 build_style=cargo short_desc="Fast autojump helper" maintainer="Orphaned " license="GPL-3.0-only" homepage="https://github.com/euank/pazi" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=f513561451b29fed6d4eb3387524df597b5811cd7744eac77d96e368022b6adc +changelog="https://raw.githubusercontent.com/euank/pazi/master/ChangeLog.md" +distfiles="https://github.com/euank/pazi/archive/refs/tags/v${version}.tar.gz" +checksum=a25660b9c43123a2d243e0b8c50ee9adc97f8afa9bdaf26eef93096a1e7476ac + +post_install() { + vman packaging/man/pazi.1 +}