File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
1717 " ${MINGW_PACKAGE_PREFIX} -gitk"
1818 " ${MINGW_PACKAGE_PREFIX} -${_realname} -gui"
1919 " ${MINGW_PACKAGE_PREFIX} -${_realname} -for-windows-addons" )
20- tag=2.55.0.windows.1
20+ tag=2.55.0.windows.2
2121pkgver=${tag/ .windows./ .}
2222pkgrel=1
2323pkgdesc=" The fast distributed version control system (mingw-w64)"
@@ -62,7 +62,7 @@ source=("${_realname}"::"git+https://github.com/git-for-windows/git.git#tag=v$ta
6262# resulting in different sha256sums.
6363export GIT_CONFIG_PARAMETERS=" ${GIT_CONFIG_PARAMETERS: +$GIT_CONFIG_PARAMETERS } 'core.autocrlf=false' 'core.eol=lf'"
6464
65- sha256sums=(' c4881a6f310159335227c5a908625df6fbfd0e7949597fb662d03dd68eb2f641 '
65+ sha256sums=(' 34f0847fa706b811fbc37363548bc6d247e9d39a515b99e620004de9af9b8000 '
6666 ' a9dcba5aebc93ae7aacdee03275780fc6c0f15e88fda30c93041e75851e75090'
6767 ' 7e6c5f3dc6a4209dca0e1f38880b2978500a5c745c04bc60dbeda5fc48e8d3cb'
6868 ' 80b0b11efe5a2f9b4cd92f28c260d0b3aad8b809c34ed95237c59b73e08ade0b'
@@ -83,12 +83,6 @@ STRIP=
8383STRIP_OPTS=
8484LDFLAGS=
8585
86- if test i686 = " $CARCH "
87- then
88- # There is no i686 Rust we can use
89- export NO_RUST=ThatsRight
90- fi
91-
9286if test -z " $NO_RUST "
9387then
9488 makedepends+=(" ${MINGW_PACKAGE_PREFIX} -rust" )
You can’t perform that action at this time.
0 commit comments