summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-09-17 21:55:55 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2023-09-25 08:36:56 -0400
commitd63e3212d00a628652c3b8c76d50e10638152076 (patch)
tree1ab9c635a0df6b33555f1529cde9b00529fa4cc6 /pcr
parent0678f95e5038c15d9693f90177f2b400253b70a0 (diff)
[thinkfan]: rebuild against latest 'yaml-cpp' - add sodep on 'yaml-cpp'
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')