summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2021-12-20 21:10:27 +0100
committerRobbert van der Helm2021-12-20 21:10:27 +0100
commit3fc5594db89bc3152deefa3dde9ef2da3f3662a0 (patch)
tree2ba3beeae326f66c74d217ced3dbbf28ddf0e950
parent257f36a0b93b3b90791c397348764c439f09e68c (diff)
downloadaur-3fc5594db89bc3152deefa3dde9ef2da3f3662a0.tar.gz
Use bitsery, function2 and tomlplusplus from repos
These have now been packaged, and lib32-boost-libs is now also in multilib.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5955666f3e30..89dfb9635cf0 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.7.0.r13.g5f08d989
+ pkgver = 3.7.0.r18.g02118f2a
pkgrel = 1
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
@@ -9,10 +9,14 @@ pkgbase = yabridge-git
makedepends = git
makedepends = meson
makedepends = ninja
+ makedepends = cmake
depends = wine
depends = boost
+ depends = bitsery
+ depends = function2
depends = libxcb
- depends = lib32-boost-libs>=1.72.0
+ depends = tomlplusplus
+ depends = lib32-boost-libs
depends = lib32-libxcb
optdepends = yabridgectl: utility for setting up and managing yabridge
provides = yabridge
diff --git a/PKGBUILD b/PKGBUILD
index 899a84e09a7b..f78360567a77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=yabridge-git
_pkgname=yabridge
-pkgver=3.7.0.r13.g5f08d989
+pkgver=3.7.0.r18.g02118f2a
pkgrel=1
pkgdesc="A modern and transparent way to use Windows VST2 and VST3 plugins on 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=('git' 'meson' 'ninja')
+depends=('wine' 'boost' 'bitsery' 'function2' 'libxcb' 'tomlplusplus' 'lib32-boost-libs' 'lib32-libxcb')
+makedepends=('git' 'meson' 'ninja' 'cmake')
optdepends=('yabridgectl: utility for setting up and managing yabridge')
provides=('yabridge')
conflicts=('yabridge')