summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenGi2017-11-28 16:29:06 +0100
committerXenGi2017-11-28 16:29:06 +0100
commite5673327caa8bf7d28d0760b9fccf530da11e83e (patch)
tree1616ec74ce58c87b2876c719889e211976177dbc
parent55f2460c562b9fa602e9b1d6b0895d29e530db86 (diff)
downloadaur-e5673327caa8bf7d28d0760b9fccf530da11e83e.tar.gz
added misssing dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e125df48f49..92918796267d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = python-speeed
pkgdesc = Ping like tool that measures packet speed instead of response time
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xengi/speeed
arch = any
license = MIT
depends = python-setuptools
+ depends = python-docopt
+ depends = python-requests
options = !emptydirs
source = https://files.pythonhosted.org/packages/source/s/speeed/speeed-1.0.0.tar.gz
sha1sums = 6f8fa71806213df4c1693da4474a085f3900dece
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')