From 58d84a6a72c0e5582d30cd66efb64d2f750e2d3a Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 10 Feb 2022 00:16:36 +0100 Subject: [PATCH] libunifex: reuse commit hash --- mingw-w64-libunifex/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-libunifex/PKGBUILD b/mingw-w64-libunifex/PKGBUILD index f829a84952..bc894b1600 100644 --- a/mingw-w64-libunifex/PKGBUILD +++ b/mingw-w64-libunifex/PKGBUILD @@ -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() {