summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-03-14 20:27:46 +0300
committerCaleb Maclennan2020-03-14 20:27:46 +0300
commit13933b7530929a1c924be18b2af3bd78a8d7b05c (patch)
tree2b8601b57e113ed164912267a545adedbe8693ab
parentcfa263f9e314b088fc359a4bd22fc4402d64ed71 (diff)
downloadaur-13933b7530929a1c924be18b2af3bd78a8d7b05c.tar.gz
Normalize shell quoting using `shellharden`
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86044cfb12cf..5c212798a35d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ makedepends=('appstream-glib'
'libxml2'
'python')
provides=('gnomesword' "${pkgname%-git}")
-conflicts=(${provides[@]})
+conflicts=("${provides[@]}")
source=("git+https://github.com/crosswire/xiphos.git")
sha256sums=('SKIP')