summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
-rw-r--r--yabridge.install6
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b29e239c378d..8f8af22854d7 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.1.r0.g6a01856
+ pkgver = 1.3.0.r0.gc5ec9b9
pkgrel = 1
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
diff --git a/PKGBUILD b/PKGBUILD
index 6e600265727a..38e03038f765 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=yabridge-git
_pkgname=yabridge
-pkgver=1.2.1.r0.g6a01856
+pkgver=1.3.0.r0.gc5ec9b9
pkgrel=1
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=('meson' 'ninja')
provides=('yabridge')
diff --git a/yabridge.install b/yabridge.install
index f4d106a020e3..f34dec34eab7 100644
--- a/yabridge.install
+++ b/yabridge.install
@@ -1,7 +1,7 @@
post_upgrade() {
cat <<EOF
-If you are upgrading from a previous version of yabridge and you have made
-copies of 'libyabridge.so', then you should not forget to replace those copies
-with new ones.
+If you are upgrading from a previous version of yabridge and you are using the
+copy-based installation method, then don't forget to run 'yabridgectl sync' to
+update those copies.
EOF
}