mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
pazi: update to 0.5.0
This commit is contained in:
parent
7dd7a8feca
commit
f9e451c5b6
2 changed files with 23 additions and 4 deletions
14
srcpkgs/pazi/patches/fix-cargo-lock.patch
Normal file
14
srcpkgs/pazi/patches/fix-cargo-lock.patch
Normal file
|
@ -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",
|
|
@ -1,11 +1,16 @@
|
||||||
# Template file for 'pazi'
|
# Template file for 'pazi'
|
||||||
pkgname=pazi
|
pkgname=pazi
|
||||||
version=0.4.1
|
version=0.5.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Fast autojump helper"
|
short_desc="Fast autojump helper"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/euank/pazi"
|
homepage="https://github.com/euank/pazi"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/euank/pazi/master/ChangeLog.md"
|
||||||
checksum=f513561451b29fed6d4eb3387524df597b5811cd7744eac77d96e368022b6adc
|
distfiles="https://github.com/euank/pazi/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=a25660b9c43123a2d243e0b8c50ee9adc97f8afa9bdaf26eef93096a1e7476ac
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vman packaging/man/pazi.1
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue