From df52f05683d086c78ecff4eb3cf539571fd536fe Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 18 Dec 2023 23:20:21 +0100 Subject: [PATCH] Rebuild mingw-w64 syncthingtray packages with updated mingw-w64-gcc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The resulting binaries no longer crash when ran via WINE as they did before¹. Qt 6 packages (6.6.1 was built with GCC 13.1.0) has not been rebuilt yet as this doesn't seem to be needed. A test on Windows still needs to be done. ¹ https://github.com/Martchus/syncthingtray/issues/220#issuecomment-1859006898) --- syncthingtray/mingw-w64-qt6/PKGBUILD | 2 +- syncthingtray/mingw-w64/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/syncthingtray/mingw-w64-qt6/PKGBUILD b/syncthingtray/mingw-w64-qt6/PKGBUILD index f0bea679..67365190 100644 --- a/syncthingtray/mingw-w64-qt6/PKGBUILD +++ b/syncthingtray/mingw-w64-qt6/PKGBUILD @@ -17,7 +17,7 @@ pkgname=mingw-w64-syncthingtray-qt6 _name=${pkgname#mingw-w64-} _name=${_name%-qt6} pkgver=1.4.11 -pkgrel=1 +pkgrel=2 arch=('any') pkgdesc='Tray application for Syncthing (mingw-w64)' license=('GPL') diff --git a/syncthingtray/mingw-w64/PKGBUILD b/syncthingtray/mingw-w64/PKGBUILD index 7b871065..f957f7fe 100644 --- a/syncthingtray/mingw-w64/PKGBUILD +++ b/syncthingtray/mingw-w64/PKGBUILD @@ -16,7 +16,7 @@ _reponame=syncthingtray pkgname=mingw-w64-syncthingtray _name=${pkgname#mingw-w64-} pkgver=1.4.11 -pkgrel=1 +pkgrel=2 arch=('any') pkgdesc='Tray application for Syncthing (mingw-w64)' license=('GPL')