summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXenGi2017-11-28 16:29:06 +0100
committerXenGi2017-11-28 16:29:06 +0100
commite5673327caa8bf7d28d0760b9fccf530da11e83e (patch)
tree1616ec74ce58c87b2876c719889e211976177dbc /PKGBUILD
parent55f2460c562b9fa602e9b1d6b0895d29e530db86 (diff)
downloadaur-e5673327caa8bf7d28d0760b9fccf530da11e83e.tar.gz
added misssing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2efb25b6f8cc..4b620a066fd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='python-speeed'
_name='speeed'
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Ping like tool that measures packet speed instead of response time"
arch=(any)
url="https://github.com/xengi/speeed"
license=('MIT')
-depends=('python-setuptools')
+depends=('python-setuptools' 'python-docopt' 'python-requests')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha1sums=('6f8fa71806213df4c1693da4474a085f3900dece')