summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSondre Nilsen2019-04-18 23:35:20 +0200
committerSondre Nilsen2019-04-18 23:35:20 +0200
commit1820f9bec5912ec4893242ff107ef900241a262a (patch)
tree238ab006c807692a4f2f5b6c6d2e7cb15fd0d96c
parent3ba2775c326bd264f75e6a6d47789d4923a66bb5 (diff)
downloadaur-1820f9bec5912ec4893242ff107ef900241a262a.tar.gz
Try to fix shell escaping things incorrectly
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9845cbcf2659..452438ef805b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
license=('GPL3')
provides=('git-ignore')
conflicts=('git-ignore')
-source_x86_64=('https://github.com/sondr3/git-ignore/releases/download/v${pkgver}/${pkgname/-bin/}-v${pkgver}-x86_64-unknown-linux-musl.tar.gz')
+source_x86_64=("https://github.com/sondr3/git-ignore/releases/download/v${pkgver}/${pkgname/-bin/}-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
sha1sums_x86_64=('27be177b769d1f40cdd2628ebb6961279d7f2762')
package() {