summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122021-12-14 09:05:43 +0100
committerwillemw122021-12-14 09:05:43 +0100
commit2f77e906e7afedc9c44f59d88ada158176e7945c (patch)
treef6d21cb337e40c62619f45222271bc24d923106a
parent39f55fe1ac0aae91f2102c5a6b97dfef8476b4a3 (diff)
downloadaur-2f77e906e7afedc9c44f59d88ada158176e7945c.tar.gz
Double-quote source URL
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21bad32b785a..e71c255d996e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('git' 'gulp' 'nvm' 'yarn')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=('cumulonimbus')
-source=($pkgname::git+$url.git)
+source=("$pkgname::git+$url.git")
sha256sums=('SKIP')
# For the Node.js version used by CPod, see file .travis.yml ("dist:" and "node_js:")