Skip to content

Commit 161f03d

Browse files
committed
msys2-runtime-3.3: on i686 setups, replace msys2-runtime
With this change, i686 variants of the Git for Windows SDK will automatically be moved to the v3.3.* train, allowing msys2-runtime to upgrade to v3.4.* (which does not build on i686 anymore). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 109f763 commit 161f03d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

msys2-runtime-3.3/PKGBUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ package_msys2-runtime-3.3() {
298298
replaces=('catgets' 'libcatgets')
299299
#install=msys2-runtime.install
300300

301+
test i686-pc-msys != "$CHOST" || replaces+=('msys2-runtime')
302+
301303
mkdir -p "${pkgdir}"/usr
302304
cp -rf "${srcdir}"/dest/usr/bin "${pkgdir}"/usr/
303305
rm -f "${pkgdir}"/usr/bin/msys-2.0.dbg
@@ -318,6 +320,8 @@ package_msys2-runtime-3.3-devel() {
318320
conflicts=('libcatgets-devel' 'msys2-runtime-devel')
319321
replaces=('libcatgets-devel')
320322

323+
test i686-pc-msys != "$CHOST" || replaces+=('msys2-runtime-devel')
324+
321325
mkdir -p "${pkgdir}"/usr/bin
322326
cp -f "${srcdir}"/dest/usr/bin/msys-2.0.dbg "${pkgdir}"/usr/bin/
323327
cp -rLf "${srcdir}"/dest/usr/${CHOST}/include "${pkgdir}"/usr/

0 commit comments

Comments
 (0)