diff --git a/hashclash-git/.SRCINFO b/hashclash-git/.SRCINFO index ea9b6ea..7da58b6 100644 --- a/hashclash-git/.SRCINFO +++ b/hashclash-git/.SRCINFO @@ -14,4 +14,3 @@ pkgbase = hashclash-git md5sums = SKIP pkgname = hashclash-git - diff --git a/hashclash-git/PKGBUILD b/hashclash-git/PKGBUILD index 763f814..31ab4fa 100644 --- a/hashclash-git/PKGBUILD +++ b/hashclash-git/PKGBUILD @@ -16,7 +16,7 @@ md5sums=('SKIP') pkgver() { cd "$srcdir/${pkgname%-git}" -# Git, no tags available + # Git, no tags available printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" }