Package Details: bustd-git r81.caab293-3

Git Clone URL: https://aur.archlinux.org/bustd-git.git (read-only, click to copy)
Package Base: bustd-git
Description: Process killer daemon for out-of-memory scenarios
Upstream URL: https://github.com/vrmiguel/bustd
Licenses: MIT
Conflicts: bustd
Provides: bustd
Submitter: sigmacold
Maintainer: None
Last Packager: sigmacold
Votes: 1
Popularity: 0.000000
First Submitted: 2021-12-09 11:31 (UTC)
Last Updated: 2021-12-25 11:58 (UTC)

Dependencies (1)

Required by (1)

Sources (2)

Latest Comments

sigmacold commented on 2021-12-19 07:13 (UTC)

Hello, done thanks

gbr commented on 2021-12-19 05:00 (UTC) (edited on 2021-12-19 05:01 (UTC) by gbr)

Hi. The versioning of this package seems incorrect. I'd recommend adding this:

pkgver() {
  cd "$srcdir/bustd"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}