Search Criteria
Package Details: ncxmms2-git 20150814-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ncxmms2-git.git (read-only, click to copy) |
---|---|
Package Base: | ncxmms2-git |
Description: | An ncurses xmms2 client |
Upstream URL: | https://github.com/pkunavin/ncxmms2 |
Licenses: | GPL |
Submitter: | pkunavin |
Maintainer: | pkunavin |
Last Packager: | pkunavin |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-14 17:00 (UTC) |
Last Updated: | 2015-08-14 17:05 (UTC) |
Dependencies (8)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- ncurses (ncurses-gitAUR)
- xmms2
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- pkgconfig (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
Latest Comments
dreieck commented on 2023-05-08 17:17 (UTC) (edited on 2023-05-08 17:17 (UTC) by dreieck)
can you enhance
pkgver()
so that a strongly monotoneously$pkgver()
is generated?As it is now, a second commit at the same date does not increase
$pkgver
.Also, you use the current date of
PKGBUILD
invocation. You must use information obtained from the source repository.E.g. <official version/ git tag version>.r<commit count>.<date of latest commit>.<hash>.
Regards and thanks for maintaining!