summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2020-11-13 10:51:04 +0100
committerRobbert van der Helm2020-11-13 10:51:04 +0100
commit927fecee5dfdf985ce9cfa58ece3a6ca5e59f00c (patch)
tree703b0616cdb863c0656d694299cfe13748d86df0
parent295cd3fe191249b6defbff5a294bdc75dabe4ac8 (diff)
downloadaur-927fecee5dfdf985ce9cfa58ece3a6ca5e59f00c.tar.gz
Add the !strip option
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16911048a3a4..fd2d5ad62326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yabridge
pkgdesc = Yet Another VST bridge, run Windows VST2 plugins under Linux
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
arch = x86_64
@@ -14,6 +14,7 @@ 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/2.0.1.tar.gz
sha256sums = b564508c5ff4d7b9f94dbb580af49a807941b388bde580b89b987341c3c79df0
diff --git a/PKGBUILD b/PKGBUILD
index c5412c749973..e55859d2e1ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=yabridge
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Yet Another VST bridge, run Windows VST2 plugins under Linux"
epoch=
arch=('x86_64')
@@ -11,6 +11,7 @@ license=('GPL3')
depends=('wine' 'boost' 'libxcb' 'lib32-boost-libs>=1.72.0' 'lib32-libxcb')
optdepends=('yabridgectl: utility for setting up and managing yabridge')
makedepends=('meson' 'ninja')
+options=('!strip')
install=yabridge.install
source=("https://github.com/robbert-vdh/yabridge/archive/$pkgver.tar.gz")
sha256sums=('b564508c5ff4d7b9f94dbb580af49a807941b388bde580b89b987341c3c79df0')