summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
Diffstat (limited to 'pcr')
-rw-r--r--pcr/thinkfan/PKGBUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/pcr/thinkfan/PKGBUILD b/pcr/thinkfan/PKGBUILD
index 92b67ebf0..ee6346f39 100644
--- a/pcr/thinkfan/PKGBUILD
+++ b/pcr/thinkfan/PKGBUILD
@@ -3,16 +3,23 @@
# Contributor: Frederik Alkærsig (FALKER) <havnelisten AT gmail.com>
# Maintainer: Omar Vega Ramos <ovruni.gnu.org.pe>
# Contributor: Wael Karram <wael@waelk.tech>
+# Contributor: bill-auger <bill-auger@programmer.net>
+
+
+# parabola changes and rationale:
+# - add sodep on 'yaml-cpp'
+
pkgname=thinkfan
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A minimalist fan control program. Supports the sysfs hwmon interface and thinkpad_acpi"
url="https://github.com/vmatare/thinkfan"
arch=('i686' 'x86_64')
arch+=('armv7h')
makedepends=('cmake')
depends=('libatasmart' 'yaml-cpp')
+depends+=('libyaml-cpp.so')
optdepends=('lm_sensors: hwmon support')
backup=('etc/systemd/system/thinkfan.service.d/override.conf')
license=('GPL')