summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2020-05-11 18:14:38 +0200
committerRobbert van der Helm2020-05-11 18:14:38 +0200
commit4d853fa69b11f8b28720142a5917c397442d49bb (patch)
treefcd426b3b720336ddb4d25d4b321e5fc4317517a
parent2c61531803b6ccbacb61dc1dc28052c36cad77d8 (diff)
downloadaur-4d853fa69b11f8b28720142a5917c397442d49bb.tar.gz
Remove version constraint on wine dependency
yabridge now contains a workaround for the compilation issues in Wine 5.7 and above.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bca5efc9245..881691988add 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yabridge-git
pkgdesc = Yet Another VST bridge, run Windows VST2 plugins under Linux
- pkgver = 1.1.0.r2.g4fe8fd1
+ pkgver = 1.1.2.r7.g33e5d2b
pkgrel = 1
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
@@ -10,7 +10,7 @@ pkgbase = yabridge-git
makedepends = ninja
makedepends = boost
makedepends = lib32-boost-libs>=1.72.0
- depends = wine<5.7
+ depends = wine
depends = libxcb
depends = lib32-libxcb
provides = yabridge
diff --git a/PKGBUILD b/PKGBUILD
index 147e7007f651..dbee901a922b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=yabridge-git
_pkgname=yabridge
-pkgver=1.1.0.r2.g4fe8fd1
+pkgver=1.1.2.r7.g33e5d2b
pkgrel=1
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<5.7' 'libxcb' 'lib32-libxcb')
+depends=('wine' 'libxcb' 'lib32-libxcb')
makedepends=('meson' 'ninja' 'boost' 'lib32-boost-libs>=1.72.0')
provides=('yabridge')
conflicts=('yabridge')