summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobbert van der Helm2021-06-05 13:21:14 +0200
committerRobbert van der Helm2021-06-05 13:21:14 +0200
commit4b829283005597e474767bf3ca50aec39b913793 (patch)
treecf0498f90e9b0f2f095f2c43276e551d47016256 /PKGBUILD
parent5ae5985fbed7514a1d35d4554da5e4a5f68b9355 (diff)
downloadaur-4b829283005597e474767bf3ca50aec39b913793.tar.gz
Remove version bound for Wine <6.8
Yabridge 3.3.0 fixes building on Wine 6.8.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50ec30d0e908..21f435f0f75f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,14 @@
pkgname=yabridge
pkgver=3.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="A modern and transparent way to use Windows VST2 and VST3 plugins on 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')
optdepends=('yabridgectl: utility for setting up and managing yabridge')
-# FIXME: Wine 6.8 broke compilation again. Yabridge's latest master branch
-# contains a workaround for this.
-makedepends=('meson' 'ninja' 'wine<6.8')
+makedepends=('meson' 'ninja')
options=('!strip')
install=yabridge.install
source=("https://github.com/robbert-vdh/yabridge/archive/$pkgver.tar.gz")