Package Details: ncmpvc-git 0.0.1.r26.35bab73-2

Git Clone URL: https://aur.archlinux.org/ncmpvc-git.git (read-only, click to copy)
Package Base: ncmpvc-git
Description: Ncurses IPC client for mpv, written in Rust
Upstream URL: https://gitlab.com/mpv-ipc/ncmpvc
Licenses: MIT
Conflicts: ncmpvc
Provides: ncmpvc
Submitter: willemw
Maintainer: willemw
Last Packager: willemw
Votes: 1
Popularity: 0.000970
First Submitted: 2021-06-30 20:15 (UTC)
Last Updated: 2024-02-14 14:27 (UTC)

Required by (0)

Sources (1)

Latest Comments

willemw commented on 2021-07-03 05:07 (UTC)

@eugene: Thanks. Fixed.

eugene commented on 2021-07-03 01:02 (UTC) (edited on 2021-07-03 01:03 (UTC) by eugene)

code in pkgver method executes git commands on aur package git repo, and not git repo of actual program:

cd "$srcdir/$pkgname"
printf "%s.r%s.%s" "$(sed -n 's/^version = "\(.*\)"/\1/p' Cargo.toml)" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"