Package Details: pay-respects-git 0.8.8.r0.g33b5bc3-1

Git Clone URL: https://aur.archlinux.org/pay-respects-git.git (read-only, click to copy)
Package Base: pay-respects-git
Description: Command suggestions, command-not-found and thefuck replacement written in Rust (All modules)
Upstream URL: https://github.com/iffse/pay-respects
Licenses: AGPL-3.0-or-later
Conflicts: pay-respects
Provides: pay-respects
Submitter: iff
Maintainer: iff
Last Packager: iff
Votes: 0
Popularity: 0.000000
First Submitted: 2025-01-01 01:52 (UTC)
Last Updated: 2026-05-01 19:17 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

iff commented on 2026-05-01 19:18 (UTC)

@csmantle thanks, updated.

csmantle commented on 2026-05-01 13:25 (UTC)

It seems that the new tag "nightly" is interfering with automatic version generation. Perhaps this can help force makepkg to use vx.y.z tags:

 pkgver() {
        cd "$pkgname"
-       git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+       git describe --long --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }