summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2020-12-11 13:33:17 +0100
committerRobbert van der Helm2020-12-11 13:33:17 +0100
commit3381cf403d3f0083aeade2f7e7c04d1f8ae51a30 (patch)
treec7a1835d057509c771c83e0f29c58aec92413622
parentd888266508d7252eb075d300c9489c04fa39ce82 (diff)
downloadaur-3381cf403d3f0083aeade2f7e7c04d1f8ae51a30.tar.gz
Move the Wine version bound to makedepends
Since it runs fine with Wine 6.0, it's just winegcc that's broken.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0153d9de367f..75d583febd12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = yabridge-git
pkgdesc = Yet Another VST bridge, run Windows VST2 plugins under Linux
pkgver = 2.1.0.r31.gced3608
- 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
diff --git a/PKGBUILD b/PKGBUILD
index f703fdaab9c3..3ee952cd6933 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=yabridge-git
_pkgname=yabridge
pkgver=2.1.0.r31.gced3608
-pkgrel=2
+pkgrel=3
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<6.0' 'boost' 'libxcb' 'lib32-boost-libs>=1.72.0' 'lib32-libxcb')
-makedepends=('meson' 'ninja')
+depends=('wine' 'boost' 'libxcb' 'lib32-boost-libs>=1.72.0' 'lib32-libxcb')
+makedepends=('wine<6.0' 'meson' 'ninja')
optdepends=('yabridgectl: utility for setting up and managing yabridge')
provides=('yabridge')
conflicts=('yabridge')