Double-quote source URL
This commit is contained in:
parent
39f55fe1ac
commit
2f77e906e7
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -12,7 +12,7 @@ makedepends=('git' 'gulp' 'nvm' 'yarn')
|
||||||
provides=("${pkgname%-git}")
|
provides=("${pkgname%-git}")
|
||||||
conflicts=("${pkgname%-git}")
|
conflicts=("${pkgname%-git}")
|
||||||
replaces=('cumulonimbus')
|
replaces=('cumulonimbus')
|
||||||
source=($pkgname::git+$url.git)
|
source=("$pkgname::git+$url.git")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
# For the Node.js version used by CPod, see file .travis.yml ("dist:" and "node_js:")
|
# For the Node.js version used by CPod, see file .travis.yml ("dist:" and "node_js:")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue