From c60ea668bf9e8a93a14416e6e9c8ab1fe4b4d90c Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 20 Apr 2024 19:27:35 +0200 Subject: [PATCH] Rebuild mingw-w64-pianobooster against Qt 6.7.0 --- pianobooster/mingw-w64/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pianobooster/mingw-w64/PKGBUILD b/pianobooster/mingw-w64/PKGBUILD index 3afa49e1..d85eb08e 100644 --- a/pianobooster/mingw-w64/PKGBUILD +++ b/pianobooster/mingw-w64/PKGBUILD @@ -1,8 +1,8 @@ _pkgname='pianobooster' pkgname='mingw-w64-pianobooster-custom' pkgdesc='A MIDI file player that teaches you how to play the piano (mingw-w64, with custom and experimental patches, statically linked)' -pkgver=1.0.1 -pkgrel=1 +pkgver=1392.86ce9b0 +pkgrel=2 depends=() makedepends=('mingw-w64-qt6-base-static' 'mingw-w64-ftgl' 'mingw-w64-fluidsynth' 'mingw-w64-qtutilities-qt6' 'mingw-w64-c++utilities' 'git' 'clang' 'qt6-declarative' 'qt6-tools' 'mingw-w64-cmake-static' 'mingw-w64-qt6-tools-static' 'mingw-w64-qt6-svg-static'