Skip to content

Commit 52bfcf0

Browse files
committed
git: bump pkgrel
By mistake, the Pacman packages generated as part of Git for Windows' v2.53.0 release process contain the previous version number, and are therefore not picked up by `pacman -Syu`. Let's just rebuild and deploy the package, but with an incremented pkgrel so that it is obvious why the executables contained in that package differ from the ones in the official Git for Windows release. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 11ba6f4 commit 52bfcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mingw-w64-git/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
1919
"${MINGW_PACKAGE_PREFIX}-${_realname}-for-windows-addons")
2020
tag=2.53.0.windows.1
2121
pkgver=${tag/.windows./.}
22-
pkgrel=1
22+
pkgrel=2
2323
pkgdesc="The fast distributed version control system (mingw-w64)"
2424
arch=('any')
2525
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')

0 commit comments

Comments
 (0)