summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobbert van der Helm2021-04-15 15:36:22 +0200
committerRobbert van der Helm2021-04-15 15:36:22 +0200
commit6010ef9ed0194c20456ee67e4c3af62bb6f47058 (patch)
tree451e100bacd918e83c3075d46f88625307b3350d /PKGBUILD
parentaeb8ee88687c6f67fa98685b656cf92b9c3267c5 (diff)
downloadaur-6010ef9ed0194c20456ee67e4c3af62bb6f47058.tar.gz
Prevent building with Wine 6.6
But don't bump the revision number because there's no need to rebuild.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92e220bfc2c7..0674033e0213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ url="https://github.com/robbert-vdh/yabridge"
license=('GPL3')
depends=('wine' 'boost' 'libxcb' 'lib32-boost-libs>=1.72.0' 'lib32-libxcb')
optdepends=('yabridgectl: utility for setting up and managing yabridge')
-makedepends=('meson' 'ninja')
+# FIXME: Wine 6.6 broke wineg++, see https://bugs.winehq.org/show_bug.cgi?id=50996
+makedepends=('meson' 'ninja' 'wine<6.6')
options=('!strip')
install=yabridge.install
source=("https://github.com/robbert-vdh/yabridge/archive/$pkgver.tar.gz")