summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2018-12-07 11:33:43 +0300
committerCaleb Maclennan2018-12-07 11:33:43 +0300
commit3a7915bc2a6c28550bbe5d71f4c9011424afa732 (patch)
tree7322f8e8cd847aef96e9714317ee1683bee7c16b
parentcf74e0a19412490b45690523f001696c98490e89 (diff)
downloadaur-3a7915bc2a6c28550bbe5d71f4c9011424afa732.tar.gz
Cleanup bash shell quoting using shellharden
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e3a4b53fac3..ff1a1308d127 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
depends=('python2')
url="https://github.com/jszakmeister/markdown2ctags"
license=('BSD3')
-source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/jszakmeister/$pkgname/tar.gz/v$pkgver)
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/jszakmeister/$pkgname/tar.gz/v$pkgver")
sha256sums=('bc49bf3edc454630074429369a67243bcae71efd413fcbb69346b2654efd1178')
package() {