summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2020-07-17 15:32:44 +0200
committerRobbert van der Helm2020-07-17 15:33:39 +0200
commit0a85b069c8d7f0e69bcbf84398cedc51f3ece67c (patch)
tree64b686eafd0101838dc9f17771493f3401ef3ff7
parentd67b0987e0376a1b6bf615bf3ad34d18d6925fdf (diff)
downloadaur-0a85b069c8d7f0e69bcbf84398cedc51f3ece67c.tar.gz
Update for yabridge 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--yabridge.install6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b0a2f8b20d7..03bd00846177 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yabridge
pkgdesc = Yet Another VST bridge, run Windows VST2 plugins under Linux
- pkgver = 1.2.1
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
@@ -13,8 +13,8 @@ pkgbase = yabridge
depends = libxcb
depends = lib32-boost-libs>=1.72.0
depends = lib32-libxcb
- source = https://github.com/robbert-vdh/yabridge/archive/1.2.1.tar.gz
- sha256sums = 63516a6eed7d70a0c6a8218b00549d77047e0f6dd17488b5fd43f6e8937af082
+ source = https://github.com/robbert-vdh/yabridge/archive/1.3.0.tar.gz
+ sha256sums = 398340a73a2d6ccfe1a2a138c4d671255b68d1e3f842bcafa9f1043587544f38
pkgname = yabridge
diff --git a/PKGBUILD b/PKGBUILD
index 32266c5cfaf7..f2f63198713e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robbert van der Helm <mail@robbertvanderhelm.nl>
pkgname=yabridge
-pkgver=1.2.1
+pkgver=1.3.0
pkgrel=1
pkgdesc="Yet Another VST bridge, run Windows VST2 plugins under Linux"
epoch=
@@ -12,7 +12,7 @@ depends=('wine' 'boost' 'libxcb' 'lib32-boost-libs>=1.72.0' 'lib32-libxcb')
makedepends=('meson' 'ninja')
install=yabridge.install
source=("https://github.com/robbert-vdh/yabridge/archive/$pkgver.tar.gz")
-sha256sums=('63516a6eed7d70a0c6a8218b00549d77047e0f6dd17488b5fd43f6e8937af082')
+sha256sums=('398340a73a2d6ccfe1a2a138c4d671255b68d1e3f842bcafa9f1043587544f38')
build() {
cd "$pkgname-$pkgver"
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
}