summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhanibek Adilbekov2020-12-07 15:07:30 +0600
committerZhanibek Adilbekov2020-12-07 15:07:30 +0600
commitb99729e813aa37a2b58168900dd4a47f1c5041d7 (patch)
treea0bc7d8c47fac9d8f3e2014e8ba9a36ed65466f5
parentd2bcdb5c9fc17386223f89167a255842e83af33e (diff)
downloadaur-b99729e813aa37a2b58168900dd4a47f1c5041d7.tar.gz
fix: missing makedepends
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a752b1ce5df..8d5212c649b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('any')
url="https://github.com/AdnanHodzic/auto-cpufreq"
license=('LGPL3')
depends=('python-distro' 'python-psutil' 'python-click')
+makedepends=('python-setuptools')
provides=("$pkgname")
conflicts=("$pkgname")
install="$pkgname.install"