summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2019-11-06 23:41:26 +0100
committerfrederik2019-11-06 23:41:26 +0100
commit584665181d6bd3ef150684736bb07c0da99e654a (patch)
treeb2a0e02df5a474d15573bcebf57351a9e29a7148
parent12be35fda04c2df9e01ef909b46af4d05e6ade39 (diff)
downloadaur-584665181d6bd3ef150684736bb07c0da99e654a.tar.gz
fix quoting in PKGBUILD header
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08e8a65b9ad5..86f54d86490b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgname=namebench
pkgver=1.3
pkgrel=1
pkgdesc='Open-source DNS benchmark utility'
-arch=(any)
+arch=('any')
url='http://code.google.com/p/namebench/'
license=(Apache)
depends=('python2-dnspython' 'python2-httplib2' 'python2-simplejson' 'python2-jinja'
'python2-graphy')
-makedepends=(git)
+makedepends=('git')
optdepends=('tk: gui'
'python2-pmw: gui')
source=("namebench::git+https://github.com/google/${pkgname}.git#branch=${pkgver}")