i8kutils: add missing acpi, tcl dependencies

i8kmon is a tcl script and thus needs tcl to run.  It also calls acpi to
read the battery status.
This commit is contained in:
Peter Bui 2020-12-14 10:19:42 -05:00 committed by Érico Nogueira Rolim
parent d07b25174b
commit 51a51c5328
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# Template file for 'i8kutils'
pkgname=i8kutils
version=1.43
revision=2
revision=3
archs="x86_64* i686*"
wrksrc="$pkgname"
build_style=gnu-makefile
depends="acpi tcl"
short_desc="Fan control for certain Dell laptops"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-2.0-or-later"