libunifex: reuse commit hash

This commit is contained in:
Christoph Reiter
2022-02-10 00:16:36 +01:00
committed by GitHub
parent e680e7b285
commit 58d84a6a72

View File

@@ -19,7 +19,7 @@ sha256sums=('SKIP'
pkgver() {
cd "${srcdir}/${_realname}"
printf "r%s.%s" "$(git rev-list --count "d7d191e")" "$(git rev-parse --short "d7d191e")"
printf "r%s.%s" "$(git rev-list --count "${_commit}")" "$(git rev-parse --short "${_commit}")"
}
prepare() {