summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2020-12-14 23:24:42 +0100
committerRobbert van der Helm2020-12-14 23:26:20 +0100
commit305c076c87172f731f2e304ac050dae2cd05d42d (patch)
tree2a4f1c824d30f94511f53c4063c1034df84e8772
parent92ece5d29ecd814435f5f9e91bf9275d053b017d (diff)
downloadaur-305c076c87172f731f2e304ac050dae2cd05d42d.tar.gz
Remove the build version constraint on Wine
__cdecl has been removed from main() since it's no longer necessary for Wine 5.9 and up.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 979664f63e11..48f32ca2e3a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = yabridge-git
pkgdesc = Yet Another VST bridge, run Windows VST2 plugins under Linux
pkgver = 2.2.1.r0.g42c484b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
arch = x86_64
license = GPL3
- makedepends = wine<6.0
makedepends = meson
makedepends = ninja
depends = wine
diff --git a/PKGBUILD b/PKGBUILD
index a97f7fb1354f..37102ef6ba23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=yabridge-git
_pkgname=yabridge
pkgver=2.2.1.r0.g42c484b
-pkgrel=1
+pkgrel=2
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' 'boost' 'libxcb' 'lib32-boost-libs>=1.72.0' 'lib32-libxcb')
-makedepends=('wine<6.0' 'meson' 'ninja')
+makedepends=('meson' 'ninja')
optdepends=('yabridgectl: utility for setting up and managing yabridge')
provides=('yabridge')
conflicts=('yabridge')