correction of pkgver
This commit is contained in:
parent
83c98c3226
commit
9e53f1f7ce
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,5 +1,5 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Tue Feb 2 22:00:47 UTC 2016
|
||||
# Fri Feb 5 15:17:02 UTC 2016
|
||||
pkgbase = quodlibet-git
|
||||
pkgdesc = An audio library tagger, manager and player
|
||||
pkgver = 093e5f4
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -44,6 +44,6 @@ package() {
|
|||
|
||||
pkgver() {
|
||||
cd ${pkgname}
|
||||
git log -1 --pretty=format:%h
|
||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue