summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpetergu2020-05-27 12:58:08 +0800
committerpetergu2020-05-27 12:58:08 +0800
commitad20c6b6a70f0fd896acb9b27ce0bf50a18e9d8d (patch)
tree79cebf6c1b3f4f41a213ea097791db2da97406a8 /PKGBUILD
parent815a1458cc0613b48a3033f896d27e55b889236c (diff)
downloadaur-silitune.tar.gz
Added TLP as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6dd70792763..fca852634d65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url='https://github.com/ustcpetergu/silitune'
license=('GPL')
groups=()
-depends=('intel-undervolt' 'python-pyqt5' 'python-matplotlib' 'gksu')
+depends=('intel-undervolt' 'tlp' 'python-pyqt5' 'python-matplotlib' 'gksu')
makedepends=('git')
optdepends=('p7zip: benchmark support')
provides=()