correction of pkgver

This commit is contained in:
Olivier CHURLAUD 2016-02-05 16:17:06 +01:00
parent 83c98c3226
commit 9e53f1f7ce
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)"
}