summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2020-12-14 23:28:06 +0100
committerRobbert van der Helm2020-12-14 23:28:06 +0100
commit77d946d7593334260cd6952213c2a470e3892874 (patch)
tree8a4d4a1a586f95a5e897bea404ec493e86d2d32e
parentcec0a76ffe96feaaea0936640bf64a855c3f5530 (diff)
downloadaur-77d946d7593334260cd6952213c2a470e3892874.tar.gz
Remove the build version bound on Wine
__cdecl has been removed from main() since it is no longer necessary for Wine 5.9 and up.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6d3cae65934..baa8e80bd96e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ 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')
-makedepends=('wine<6.0' 'meson' 'ninja')
+makedepends=('meson' 'ninja')
options=('!strip')
install=yabridge.install
source=("https://github.com/robbert-vdh/yabridge/archive/$pkgver.tar.gz")