summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35e645e01d7a..f5d6f882ac5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Mon Feb 29 21:58:51 UTC 2016
pkgbase = tlp-pmu
pkgdesc = Advanced Power Management for Linux, with pm-utils support
pkgver = 0.8
@@ -20,7 +22,6 @@ pkgbase = tlp-pmu
optdepends = smartmontools: Display S.M.A.R.T. data in tlp-stat
optdepends = tp_smapi: ThinkPad battery functions
optdepends = x86_energy_perf_policy: Set energy versus performance policy on x86 processors
- optdepends = openrc-core: for using openrc tlp service
provides = tlp
conflicts = laptop-mode-tools
conflicts = tlp
diff --git a/PKGBUILD b/PKGBUILD
index df2b24509fca..7f7d4420df38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,11 +15,12 @@ optdepends=('acpi_call: Sandy Bridge and newer ThinkPad battery functions'
'smartmontools: Display S.M.A.R.T. data in tlp-stat'
'tp_smapi: ThinkPad battery functions'
'x86_energy_perf_policy: Set energy versus performance policy on x86 processors'
- 'openrc-core: for using openrc tlp service')
+ # 'openrc-core: for using openrc tlp service'
+)
conflicts=('laptop-mode-tools' 'tlp')
provides=($_pkgname)
backup=('etc/default/tlp')
-install=("$pkgname.install")
+install="$pkgname.install"
arch=('any')
url='http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html'
license=('GPL2' 'GPL3')