summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5cac37e3b38..97185d5cef01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yabridge-git
pkgdesc = A modern and transparent way to use Windows VST2 and VST3 plugins on Linux
- pkgver = 3.0.2.r0.g0d7b9bd
+ pkgver = 3.1.0.r13.g671c6a4
pkgrel = 1
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
@@ -8,7 +8,6 @@ pkgbase = yabridge-git
license = GPL3
makedepends = meson
makedepends = ninja
- makedepends = wine<6.6
depends = wine
depends = boost
depends = libxcb
diff --git a/PKGBUILD b/PKGBUILD
index b3c76a39316c..7f106c8dc40c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=yabridge-git
_pkgname=yabridge
-pkgver=3.0.2.r0.g0d7b9bd
+pkgver=3.1.0.r13.g671c6a4
pkgrel=1
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')
-# 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')
optdepends=('yabridgectl: utility for setting up and managing yabridge')
provides=('yabridge')
conflicts=('yabridge')