summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormar77i2016-02-12 10:46:14 +0100
committermar77i2016-02-12 10:46:14 +0100
commit744cc2fd907f8f3f2e29b19cbd23018150a1b8fe (patch)
treea0105748cf975dc27a9a4464e6e26c5af4834123
parent2785c6ce22fdbbe5b1aeca62b6ae9cf9fe576535 (diff)
downloadaur-744cc2fd907f8f3f2e29b19cbd23018150a1b8fe.tar.gz
use more quotes
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7c0e87f4afb..0f614559f698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="https://bitbucket.org/zzzeek/$_basepkg"
license=('MIT')
depends=('python' 'python-sphinx')
-source=(https://pypi.python.org/packages/source/s/$_basepkg/$_basepkg-$pkgver.tar.gz)
+source=("https://pypi.python.org/packages/source/s/$_basepkg/$_basepkg-$pkgver.tar.gz")
sha1sums=(8201182841728c97ba5a401a1214b85988935800)
package() {