summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormadflow2017-07-24 21:37:05 +0200
committermadflow2017-07-24 21:37:05 +0200
commit81d48b2694f75f1e4dbf5c7952004f950d43b84d (patch)
tree44241cb4a332be592ebd979fd314d5b3ac2571ea
parentaf4e91fdf0a9ccf2caf3a82fce2c169776a0171f (diff)
downloadaur-81d48b2694f75f1e4dbf5c7952004f950d43b84d.tar.gz
netifaces
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3e9a6fae8b9..d2ce8f067e95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = shrr
makedepends = python-pip
depends = python>=3.3
depends = python-flask
+ depends = python-netifaces
source = https://gitlab.com/madflow/shrr/uploads/8fbbb075695c61427816039d46173821/shrr-0.1.1-py3-none-any.whl
md5sums = 5c303a33178da9917df6b11c8a8c8adf
diff --git a/PKGBUILD b/PKGBUILD
index c22d4ea9776e..1705319ce3a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://gitlab.com/madflow/shrr"
license=(MIT)
groups=()
-depends=('python>=3.3' 'python-flask')
+depends=('python>=3.3' 'python-flask' 'python-netifaces')
makedepends=('python-setuptools' 'python-pip')
optdepends=()
provides=()