summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobbert van der Helm2020-12-11 13:26:34 +0100
committerRobbert van der Helm2020-12-11 13:26:55 +0100
commitd888266508d7252eb075d300c9489c04fa39ce82 (patch)
treec1241f34451361954ad4d03d429faa45c512e04b /PKGBUILD
parentc726c000ea49934030ab583009bf329fe22c6d1b (diff)
downloadaur-d888266508d7252eb075d300c9489c04fa39ce82.tar.gz
Add a version bound for the Wine version
Since compiling Winelibs is broken on Wine 6.0 right now.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12a4048c2953..f703fdaab9c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=yabridge-git
_pkgname=yabridge
-pkgver=2.1.0.r0.gf79e246
-pkgrel=1
+pkgver=2.1.0.r31.gced3608
+pkgrel=2
pkgdesc="Yet Another VST bridge, run Windows VST2 plugins under Linux"
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')
makedepends=('meson' 'ninja')
optdepends=('yabridgectl: utility for setting up and managing yabridge')
provides=('yabridge')