summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2021-11-21 16:33:53 +0100
committerRobbert van der Helm2021-11-21 16:33:53 +0100
commit71cee0bb16f5720dbc1f3dcd36950816f28e41d0 (patch)
tree6ad4a7bf16a315676a5d6e0dfbd742606048410d
parent83881aabc6899b9ea56c1359495255403497bc24 (diff)
downloadaur-71cee0bb16f5720dbc1f3dcd36950816f28e41d0.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--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d8c8274b91a..18525f4da249 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yabridge
pkgdesc = A modern and transparent way to use Windows VST2 and VST3 plugins on Linux
pkgver = 3.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
arch = x86_64
@@ -15,7 +15,6 @@ pkgbase = yabridge
depends = lib32-boost-libs>=1.72.0
depends = lib32-libxcb
optdepends = yabridgectl: utility for setting up and managing yabridge
- options = !strip
source = https://github.com/robbert-vdh/yabridge/archive/3.7.0.tar.gz
sha256sums = 8ba302e68636cce8ede171f3b6497050814edefcd1d2591ce629e0f109ebc396
diff --git a/PKGBUILD b/PKGBUILD
index a036e751a4e0..71cf455e1291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
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"
arch=('x86_64')
url="https://github.com/robbert-vdh/yabridge"
@@ -10,7 +10,6 @@ license=('GPL3')
depends=('wine' 'boost' 'libxcb' 'lib32-boost-libs>=1.72.0' 'lib32-libxcb')
optdepends=('yabridgectl: utility for setting up and managing yabridge')
makedepends=('git' 'meson' 'ninja')
-options=('!strip')
install=yabridge.install
source=("https://github.com/robbert-vdh/yabridge/archive/$pkgver.tar.gz")
sha256sums=('8ba302e68636cce8ede171f3b6497050814edefcd1d2591ce629e0f109ebc396')