summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobbert van der Helm2020-12-11 13:27:29 +0100
committerRobbert van der Helm2020-12-11 13:27:29 +0100
commit6132354bbed320c027b8ab6ab3855f0a44eec186 (patch)
tree30503f31b38d6c69bf594eec287a637c7b2c220c /PKGBUILD
parentd23e135e4d98a3559d94ee766c59eb8f96bf31af (diff)
downloadaur-6132354bbed320c027b8ab6ab3855f0a44eec186.tar.gz
Add a version bound on the Wine dependency
Since building Winelibs is broken on Wine 6.0 right now.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0466d7c916f..8c15137f92df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=yabridge
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Yet Another VST bridge, run Windows VST2 plugins under Linux"
epoch=
arch=('x86_64')
url="https://github.com/robbert-vdh/yabridge"
license=('GPL3')
-depends=('wine' 'boost' 'libxcb' 'lib32-boost-libs>=1.72.0' 'lib32-libxcb')
+depends=('wine<6.0' 'boost' 'libxcb' 'lib32-boost-libs>=1.72.0' 'lib32-libxcb')
optdepends=('yabridgectl: utility for setting up and managing yabridge')
makedepends=('meson' 'ninja')
options=('!strip')