summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2022-12-16 02:46:38 +0530
committertxtsd2022-12-16 02:46:38 +0530
commit5c471eb5102f8f4c069f62e8a6164aa44e833176 (patch)
tree69a8be42a84045f67d8a90b23ceccf18525a3641
parentd36ac41d454e7e681aa152aa4e75a41fdbce557b (diff)
downloadaur-5c471eb5102f8f4c069f62e8a6164aa44e833176.tar.gz
chore: Quote array items
Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8a4ad337c72..19403d88b1e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgrel=1
pkgdesc='A new Discord client made in C++ and Qt'
url='https://github.com/EnyoYoen/Fast-Discord'
source=("${pkgname}::git+https://github.com/EnyoYoen/Fast-Discord")
-arch=(x86_64 arm aarch64)
-license=(MIT)
-depends=(qt5-base qt5-multimedia qt5-websockets opus libsodium)
-makedepends=(cmake git)
+arch=('x86_64' 'arm' 'aarch64')
+license=('MIT')
+depends=('qt5-base' 'qt5-multimedia' 'qt5-websockets' 'opus' 'libsodium')
+makedepends=('cmake' 'git')
sha256sums=('SKIP')
pkgver() {