From 8d1b475457b9d96d90713b03bad14b8444cebeca Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sun, 24 Mar 2024 18:10:25 +0100 Subject: [PATCH] upgpkg: hashclash-git r46.d833657-1 Minor formatting --- hashclash-git/.SRCINFO | 1 - hashclash-git/PKGBUILD | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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)" }