summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2022-04-16 21:17:38 +0200
committerRobbert van der Helm2022-04-16 21:17:38 +0200
commitcb326235a3f079f57fee4045beb09fd3fa765b07 (patch)
tree75678a191d1e7e9a27d62db284d4f33d732fcb23
parent906b5ab3e935cc892f37b5a1305e63c276b66bcd (diff)
downloadaur-cb326235a3f079f57fee4045beb09fd3fa765b07.tar.gz
Update for build option name changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56e626a7e206..fb51f496ec8e 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.8.1.r73.g9420bade
+ pkgver = 3.8.1.r76.g470f4dfa
pkgrel = 1
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
diff --git a/PKGBUILD b/PKGBUILD
index 1122032f0dee..40560fdc5a6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=yabridge-git
_pkgname=yabridge
-pkgver=3.8.1.r73.g9420bade
+pkgver=3.8.1.r76.g470f4dfa
pkgrel=1
pkgdesc="A modern and transparent way to use Windows VST2 and VST3 plugins on Linux"
arch=('x86_64')
@@ -35,8 +35,8 @@ build() {
# If you don't want to build lib32-boost-libs and you don't need the 32-bit
# bitbridge, then you can leave out the dependency for it and set the
# `use-bitbridge` option to false.
- # You can also add `-Dwith-vst3=false` to disable building with VST3 support.
- # If building takes up too much RAM then you can decrease the unity size or
+ # You can also add `-Dvst3=false` to disable building with VST3 support. If
+ # building takes up too much RAM then you can decrease the unity size or
# completely disable unity builds.
meson setup \
build \
@@ -44,7 +44,7 @@ build() {
--buildtype=release \
--unity=on \
--unity-size=1000 \
- -Dwith-bitbridge=true
+ -Dbitbridge=true
# The unity build takes can take up to 2 GB of RAM per target, so if the
# system does not have enough RAM to build everything at once we'll limit the