summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Broda2018-02-19 04:51:58 +0100
committerRobin Broda2018-02-19 04:51:58 +0100
commite92265bdc201164cd6574c9885acfead73bccd8f (patch)
treee1c812104fc49e7e620e584cbe258b054bfa4e9e
parentaff358c6bddfa2423752ead2bc1a9ae56314e724 (diff)
downloadaur-e92265bdc201164cd6574c9885acfead73bccd8f.tar.gz
Quote vars in source=()
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4007d1050231..3de3f67e4608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://untroubled.org/daemontools-encore"
license=('MIT')
depends=('sh')
-source=("https://untroubled.org/daemontools-encore/$pkgname-$pkgver.tar.gz")
+source=("https://untroubled.org/daemontools-encore/${pkgname}-${pkgver}.tar.gz")
sha256sums=('9f48f3c6cdd3f2b0202532e87f9ff46ea86777ca31ebda3a96bed618104bbd31')
build() {