summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2020-05-05 15:07:53 +0200
committerRobbert van der Helm2020-05-05 15:07:53 +0200
commit91a15ee4196402be38c0329eef0dba5e6a3d5158 (patch)
treeb323868419cb3605107607b8d05db923a6bc8cde
parent508b5596c597c74d55f194df68d503606b4b3e40 (diff)
downloadaur-91a15ee4196402be38c0329eef0dba5e6a3d5158.tar.gz
Add quotes around dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 245a05d70cd3..41f5ac680dcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ pkgdesc="Yet Another VST bridge, run Windows VST2 plugins under Linux"
arch=('x86_64')
url="https://github.com/robbert-vdh/yabridge"
license=('GPL3')
-depends=(wine libxcb lib32-libxcb)
+depends=('wine' 'libxcb' 'lib32-libxcb')
makedepends=()
-provides=(yabridge)
+provides=('yabridge')
install="yabridge.install"
source=("https://github.com/robbert-vdh/yabridge/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('e95e426734eeee5b28ddb0218f3142e621c0d9acdb1483e93362354c1c2c5790')