summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2021-11-22 00:36:48 +0100
committerRobbert van der Helm2021-11-22 00:36:48 +0100
commit13d4c603da22f312427173cf36531d84d2b8aeac (patch)
treedf58466e376865e4fbed980604f1439520d9c37e
parentd99a0fc41e792a2c495eaff879e56111c4943b52 (diff)
downloadaur-13d4c603da22f312427173cf36531d84d2b8aeac.tar.gz
No longer disable stripping
I added this right around yabridge's launch when backtraces from crashed plugins could be useful, but that hasn't been the case for a long time now. Stripping the libraries can save a bit of disk space when using a ton of plugins.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 203e5c4e9a01..572898872ff0 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 = 1
+ pkgrel = 2
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 48fa75c468b5..88441bd576f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=yabridge-bin
_pkgname=yabridge
pkgver=3.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="A modern and transparent way to use Windows VST2 and VST3 plugins on Linux (includes yabridgectl)"
epoch=
arch=('x86_64')