summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2022-01-04 23:00:36 +0100
committerRobbert van der Helm2022-01-04 23:00:36 +0100
commit8ef8c7a1e32646ddd0a2e92b30236822d002c17e (patch)
tree589c1b15fabd359a12551a724756dbd7f8b69171
parenta3a3e4efd6602a2a8c2a8261b8626323a075f16c (diff)
downloadaur-8ef8c7a1e32646ddd0a2e92b30236822d002c17e.tar.gz
Update the post-upgrade message
To get rid of all old references of the symlink-based installation method.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--yabridge.install5
3 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bb7ec240f95..9805db587f43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yabridge-bin
pkgdesc = A modern and transparent way to use Windows VST2 and VST3 plugins on Linux (includes yabridgectl)
pkgver = 3.7.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 46ac832efaed..57dfc6c2e3fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=yabridge-bin
_pkgname=yabridge
pkgver=3.7.0
-pkgrel=3
+pkgrel=4
pkgdesc="A modern and transparent way to use Windows VST2 and VST3 plugins on Linux (includes yabridgectl)"
epoch=
arch=('x86_64')
diff --git a/yabridge.install b/yabridge.install
index f34dec34eab7..2dc267773b58 100644
--- a/yabridge.install
+++ b/yabridge.install
@@ -1,7 +1,6 @@
post_upgrade() {
cat <<EOF
-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.
+If you are upgrading from a previous version of yabridge, then don't forget to
+run 'yabridgectl sync' after this upgrade.
EOF
}