summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfl0w12017-09-01 14:59:04 +0200
committerfl0w12017-09-01 14:59:04 +0200
commit7126121c1cceebf540ceda9c50e88b9cae2882b0 (patch)
treedd2c12421519caf62266df8ee78d1527314e3136
parentdf4dc285a85fd5c98425b26e048e6686fd6f6454 (diff)
downloadaur-7126121c1cceebf540ceda9c50e88b9cae2882b0.tar.gz
little fixes
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd56a75fafb4..2dcbacafa8da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,7 @@ pkgver='0.14.1'
pkgrel=1
pkgdesc="A Simple tc command wrapper tool. Easy to set up traffic control of network bandwidth/latency/packet loss/packet-corruption to a network interface."
url="https://github.com/thombashi/tcconfig"
-depends=('python' 'iproute2' 'python-dataproperty>=0.25.6' 'python-simplesqlite>=0.15.0' 'python-subprocrunner>=0.8.7'
- 'python-typepy>=0.0.20' 'python-voluptuous' 'python-ipaddress' 'python-logbook' 'python-pyparsing>=2.2.0'
- 'python-six')
+depends=('python' 'iproute2' 'python-dataproperty>=0.25.6' 'python-simplesqlite>=0.15.0' 'python-subprocrunner>=0.8.7' 'python-typepy>=0.0.20' 'python-voluptuous' 'python-ipaddress' 'python-logbook' 'python-pyparsing>=2.2.0' 'python-six')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')