summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobbert van der Helm2020-12-11 13:32:00 +0100
committerRobbert van der Helm2020-12-11 13:32:00 +0100
commitbb04980bc55a2bef3969503f75956f197b53599b (patch)
tree8d243b5640a3ef0ea5a036c2c881ff147fae7c68 /PKGBUILD
parent6132354bbed320c027b8ab6ab3855f0a44eec186 (diff)
downloadaur-bb04980bc55a2bef3969503f75956f197b53599b.tar.gz
Move the Wine version bound to makedepends
Since it runs fine with Wine 6.0, it's just that winegcc is broken.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c15137f92df..680be32a2df0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=yabridge
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
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<6.0' 'boost' 'libxcb' 'lib32-boost-libs>=1.72.0' 'lib32-libxcb')
+depends=('wine' 'boost' 'libxcb' 'lib32-boost-libs>=1.72.0' 'lib32-libxcb')
optdepends=('yabridgectl: utility for setting up and managing yabridge')
-makedepends=('meson' 'ninja')
+makedepends=('wine<6.0' 'meson' 'ninja')
options=('!strip')
install=yabridge.install
source=("https://github.com/robbert-vdh/yabridge/archive/$pkgver.tar.gz")