summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2019-11-06 23:41:26 +0100
committerfrederik2019-11-06 23:41:26 +0100
commit89dd6d9f50e20752bf81469e8fa2fc0df44b1b17 (patch)
treefc904e300395e39ca8787d845b4654327fd54792
parent8f1eb570b8957495e43720b8285490fac8531531 (diff)
downloadaur-89dd6d9f50e20752bf81469e8fa2fc0df44b1b17.tar.gz
fix quoting in PKGBUILD header
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 907216bd62d6..3bbaab21926b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=('glibc')
optdepends=('tcl: ispin graphical interface'
'swarm: improved performance on large verification problems'
'ispin: GUI for Spin')
-source=(https://github.com/nimble-code/Spin/archive/version-${pkgver}.tar.gz)
+source=("https://github.com/nimble-code/Spin/archive/version-${pkgver}.tar.gz")
sha512sums=('0beeb1faea93f806c37a4b76c2c407363990596134fc60b15c3f3a2d33ccf59680acd30e251c4f83fb725903aecb6238b166af7dbc9296a8a34259feabeeae24')
build() {