Package Details: pspy 1.2.1-1

Git Clone URL: https://aur.archlinux.org/pspy.git (read-only, click to copy)
Package Base: pspy
Description: Monitor linux processes without root permissions.
Upstream URL: https://github.com/DominicBreuker/pspy
Keywords: pspy pspy-git
Licenses: GPL
Conflicts: pspy-bin
Provides: pspy
Submitter: sam0x
Maintainer: sam0x
Last Packager: sam0x
Votes: 1
Popularity: 0.000000
First Submitted: 2023-09-04 17:04 (UTC)
Last Updated: 2025-01-14 12:36 (UTC)

Dependencies (2)

Required by (0)

Sources (4)

Latest Comments

gildasio commented on 2026-02-06 13:52 (UTC)

Hi,

I suggested not to use github cli tool because it requires authentication, thus breaking packaging:

==> Starting pkgver()... To get started with GitHub CLI, please run: gh auth login Alternatively, populate the GH_TOKEN environment variable with a GitHub API authentication token. ==> ERROR: pkgver is not allowed to be empty. ==> ERROR: pkgver() generated an invalid version: error: failed to build 'pspy-1.2.1-1': error: packages failed to build: pspy-1.2.1-1

The recommended way to do is using git vanilla, like:

cd "$_pkgname" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"