summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Palenzuela2019-09-29 19:49:02 +0100
committerManuel Palenzuela2019-09-29 19:49:02 +0100
commitf5ff60118b917167246d267eeaf4d96e5708482c (patch)
tree5a0b81b42137d9d60a9ab90424326fa2f943636b
parentf7723665c9314091fc44472619d5c5b72400fd35 (diff)
downloadaur-f5ff60118b917167246d267eeaf4d96e5708482c.tar.gz
Added dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e2872c490ab..fd803829fa02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,9 @@ pkgbase = evillimiter
license = MIT
makedepends = python-setuptools
depends = python3
+ depends = python-terminaltables
+ depends = python-tqdm
+ depends = python-netaddr
source = https://github.com/bitbrute/evillimiter/archive/v1.2.0.tar.gz
sha256sums = 125ababe605cdc72a7167a65a63ce349269b6ec16ddb04195e46e783738343b6
diff --git a/PKGBUILD b/PKGBUILD
index bb989a8789dc..ee4c4f6dba6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Tool that limits bandwidth of devices on the same network without acces
arch=('x86_64')
url="https://github.com/bitbrute/evillimiter"
license=('MIT')
-depends=('python3')
+depends=('python3' 'python-terminaltables' 'python-tqdm' 'python-netaddr')
makedepends=('python-setuptools')
source=(
https://github.com/bitbrute/evillimiter/archive/v${pkgver}.tar.gz