summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f871e507b8f4..f747d01693f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = ngxtop
pkgdesc = Real-time metrics for nginx server
pkgver = 0.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lebinh/ngxtop
arch = any
license = MIT
depends = python2-setuptools
depends = python2-pyparsing
depends = python2-tabulate
+ depends = python2-docopt
source = http://pypi.python.org/packages/source/n/ngxtop/ngxtop-0.0.2.tar.gz
md5sums = 9758ff9c8163024a5a9b30df9fb6eedc
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')