1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 12:40:30 +01:00

upgpkg: hashclash-git r46.d833657-1

Minor formatting
This commit is contained in:
2024-03-24 18:10:25 +01:00
parent fb818b06a2
commit 8d1b475457
2 changed files with 1 additions and 2 deletions

View File

@@ -14,4 +14,3 @@ pkgbase = hashclash-git
md5sums = SKIP md5sums = SKIP
pkgname = hashclash-git pkgname = hashclash-git

View File

@@ -16,7 +16,7 @@ md5sums=('SKIP')
pkgver() { pkgver() {
cd "$srcdir/${pkgname%-git}" 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)" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
} }