summarylogtreecommitdiffstats
path: root/.SRCINFO
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 /.SRCINFO
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 '.SRCINFO')
-rw-r--r--.SRCINFO5
1 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86e16c966082..7d08833a75c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = yabridge
pkgdesc = Yet Another VST bridge, run Windows VST2 plugins under Linux
pkgver = 2.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
arch = x86_64
license = GPL3
+ makedepends = wine<6.0
makedepends = meson
makedepends = ninja
- depends = wine<6.0
+ depends = wine
depends = boost
depends = libxcb
depends = lib32-boost-libs>=1.72.0