summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2020-06-08 16:18:20 +0200
committerRobbert van der Helm2020-06-08 16:18:20 +0200
commit24768555e5055e4173248fadddf5c3199c1b0645 (patch)
tree318269005d993d5f45e44c170f80ceb14b117144
parentb72c5cfde141be64a05671b9eee1f2c9feef8955 (diff)
downloadaur-24768555e5055e4173248fadddf5c3199c1b0645.tar.gz
Move Boost to depends after static linking change
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd6def29099f..071191076c51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yabridge-git
pkgdesc = Yet Another VST bridge, run Windows VST2 plugins under Linux
- pkgver = 1.2.0.r0.g150106e
+ pkgver = 1.2.0.r15.gc4842cc
pkgrel = 1
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
@@ -8,10 +8,10 @@ pkgbase = yabridge-git
license = GPL3
makedepends = meson
makedepends = ninja
- makedepends = boost
- makedepends = lib32-boost-libs>=1.72.0
depends = wine
+ depends = boost
depends = libxcb
+ depends = lib32-boost-libs>=1.72.0
depends = lib32-libxcb
provides = yabridge
conflicts = yabridge
diff --git a/PKGBUILD b/PKGBUILD
index 6c2690788582..1f9505464cdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ 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')
-makedepends=('meson' 'ninja' 'boost' 'lib32-boost-libs>=1.72.0')
+depends=('wine' 'boost' 'libxcb' 'lib32-boost-libs>=1.72.0' 'lib32-libxcb')
+makedepends=('meson' 'ninja')
provides=('yabridge')
conflicts=('yabridge')
install=yabridge.install