summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPuckel2015-11-13 09:55:09 +0100
committerPuckel2015-11-13 09:55:09 +0100
commite905fb59c89ef4e835c8d531eed951f046aeef11 (patch)
tree3c2af9e23f3fe6396dfe17ea500ba46f1e4fadf6 /PKGBUILD
parentf3fd6b23d09f5d626204306a5c4714eca500ea75 (diff)
downloadaur-e905fb59c89ef4e835c8d531eed951f046aeef11.tar.gz
[PATCH] fix(package):Add python2-docopt
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0a19efebbc8..f3f82fe809e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ngxtop
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Real-time metrics for nginx server"
arch=('any')
url="https://github.com/lebinh/ngxtop"
@@ -13,6 +13,7 @@ depends=(
'python2-setuptools'
'python2-pyparsing'
'python2-tabulate'
+ 'python2-docopt'
)
source=("http://pypi.python.org/packages/source/n/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('9758ff9c8163024a5a9b30df9fb6eedc')