summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortsonntig2017-06-30 01:41:22 +0200
committertsonntig2017-06-30 01:41:22 +0200
commitde75776f068f48eb9043d1a5b3b2fd8066eecbb9 (patch)
tree29ec21bbe1a15d784c928d0bd4050382c84b8c01
parentf419a0b82b8add33b79e4f94c4c464681810bfde (diff)
downloadaur-de75776f068f48eb9043d1a5b3b2fd8066eecbb9.tar.gz
Missing python-setuptools in makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4adbe8780d29..1437de4d3ad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/tsonntig/Fanicontrol"
license=('GPL2 only')
depends=(python3)
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
source=('git+https://github.com/tsonntig/Fanicontrol.git')
md5sums=('SKIP')