summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2021-04-24 20:32:55 +0200
committerRobbert van der Helm2021-04-24 20:33:21 +0200
commitd2bc03d68d91473b5f6768d88036e4d30f1553dd (patch)
tree02472f6b6151966c99cc74201295469248e30a7b
parent6010ef9ed0194c20456ee67e4c3af62bb6f47058 (diff)
downloadaur-d2bc03d68d91473b5f6768d88036e4d30f1553dd.tar.gz
Remove the negative Wine version bound again
Wine 6.7 is now in the repos.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05e99709b172..5568edb4a8a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = yabridge
license = GPL3
makedepends = meson
makedepends = ninja
- makedepends = wine<6.6
depends = wine
depends = boost
depends = libxcb
diff --git a/PKGBUILD b/PKGBUILD
index 0674033e0213..3526594135ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=yabridge
pkgver=3.1.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.6 broke wineg++, see https://bugs.winehq.org/show_bug.cgi?id=50996
-makedepends=('meson' 'ninja' 'wine<6.6')
+makedepends=('meson' 'ninja')
options=('!strip')
install=yabridge.install
source=("https://github.com/robbert-vdh/yabridge/archive/$pkgver.tar.gz")