summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2020-05-07 21:01:04 +0200
committerRobbert van der Helm2020-05-07 21:01:04 +0200
commit2c61531803b6ccbacb61dc1dc28052c36cad77d8 (patch)
tree9a470a4d1e2fe80dbaf109810cacbd2d1efee988
parent7a576f3ff921f624743c1c97d9baa7bb600a6ea4 (diff)
downloadaur-2c61531803b6ccbacb61dc1dc28052c36cad77d8.tar.gz
Add a version constraint on the Wine version
Since compiling with Wine 5.7 doesn't work. I'll remove this once winelib compilation works again.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8bbc7274edf..9bca5efc9245 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yabridge-git
pkgdesc = Yet Another VST bridge, run Windows VST2 plugins under Linux
- pkgver = 1.0.0.r23.g8049385
- pkgrel = 2
+ pkgver = 1.1.0.r2.g4fe8fd1
+ pkgrel = 1
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = yabridge-git
makedepends = ninja
makedepends = boost
makedepends = lib32-boost-libs>=1.72.0
- depends = wine
+ depends = wine<5.7
depends = libxcb
depends = lib32-libxcb
provides = yabridge
diff --git a/PKGBUILD b/PKGBUILD
index 5073d775e2f6..147e7007f651 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=yabridge-git
_pkgname=yabridge
-pkgver=1.0.0.r37.g006fb64
+pkgver=1.1.0.r2.g4fe8fd1
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' 'libxcb' 'lib32-libxcb')
+depends=('wine<5.7' 'libxcb' 'lib32-libxcb')
makedepends=('meson' 'ninja' 'boost' 'lib32-boost-libs>=1.72.0')
provides=('yabridge')
conflicts=('yabridge')