diff --git a/mingw-w64-wac/PKGBUILD b/mingw-w64-wac/PKGBUILD index bc23b2b3bab43..f3ee3dfba68ae 100644 --- a/mingw-w64-wac/PKGBUILD +++ b/mingw-w64-wac/PKGBUILD @@ -17,7 +17,7 @@ sha256sums=('ff0196b577118843d94961d6dc805758263af6ae16a62eb944242fd6a5c82eaa') prepare() { cd "${_realname}-${pkgver}" - # For more info see: https://github.com/msys2/MINGW-packages/pull/22895 + # For more info see: https://github.com/rust-lang/cc-rs/pull/1176 cargo update -p cc cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"