summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcrian2022-10-21 16:32:28 +0200
committercrian2022-10-21 16:32:28 +0200
commita345eb5924a2af15bb289b45d98229c61fdd174f (patch)
treec40aa302466799dc8da579ae37fb2197158eca9d /PKGBUILD
parent167dd5fd7326aa6dd5caf1d6f2310e3784f8ddee (diff)
downloadaur-a345eb5924a2af15bb289b45d98229c61fdd174f.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c61056889237..a253f6adb66e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=auto-cpufreq-git
pkgver=1.9.6.r3.gff72e1e
-pkgrel=1
+pkgrel=2
pkgdesc='Automatic CPU speed & power optimizer'
arch=('any')
url="https://github.com/AdnanHodzic/auto-cpufreq"
@@ -10,7 +10,7 @@ license=('LGPL-3.0')
depends=('python-distro' 'python-psutil' 'python-click' 'dmidecode')
optdepends=('cpufreqctl: CPU Power Manager'
'gnome-shell-extension-cpufreq: CPU Power Manager for GNOME Shell'
- 'thermald: recommended by upstream')
+ 'thermald: Thermal Daemon - recommended by upstream')
makedepends=('git' 'python-setuptools' 'python-pip')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")