Double-quote source URL
parent
39f55fe1ac
commit
2f77e906e7
2
PKGBUILD
2
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:")
|
||||
|
|
Loading…
Reference in New Issue