Package Details: kcm-colorful-git 0.9.6.r0.g22ffde1-1

Git Clone URL: https://aur.archlinux.org/kcm-colorful-git.git (read-only, click to copy)
Package Base: kcm-colorful-git
Description: Make your KDE plasma colorful
Upstream URL: https://github.com/IsoaSFlus/kcm-colorful
Licenses: GPL2
Submitter: VOID001
Maintainer: VOID001
Last Packager: VOID001
Votes: 3
Popularity: 0.000000
First Submitted: 2018-07-20 01:29 (UTC)
Last Updated: 2019-03-21 01:58 (UTC)

Latest Comments

Megumi_fox commented on 2019-03-16 09:51 (UTC)

This is a -git package, but pkgver is fixed,you need to use pkgver () function to auto check out the right pkgver.

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