summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaditya Bagga2015-08-09 12:02:25 +0530
committerAaditya Bagga2015-08-09 12:02:25 +0530
commitae0f9fba863f5c00dc00aa8c072c79e097292c3e (patch)
tree221084edf9bf4553990ecaa99a631a3c60030f77
parentc438af0d387a46baa96b2860847152a70b1b3aa7 (diff)
downloadaur-ae0f9fba863f5c00dc00aa8c072c79e097292c3e.tar.gz
updated for version 0.8
-rw-r--r--PKGBUILD8
-rw-r--r--tlp-arch.patch21
2 files changed, 4 insertions, 25 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bb9271216de..71b52d037631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=('tlp-pmu')
_pkgname=tlp
-pkgver=0.7
-pkgrel=2.2
+pkgver=0.8
+pkgrel=1
pkgdesc='Advanced Power Management for Linux, with pm-utils support'
depends=('hdparm' 'iw' 'pciutils' 'rfkill' 'usbutils' 'util-linux' 'pm-utils')
optdepends=('acpi_call: Sandy Bridge and newer ThinkPad battery functions'
@@ -24,8 +24,8 @@ url='http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html'
license=('GPL2' 'GPL3')
source=("https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz"
'tlp-arch.patch')
-sha256sums=('bd313f478f897a658f2ca7db9665b8ce6796431b952f7df9aa80e59072cea4ea'
- 'ba49a3cb8ea97c2fb06d3e17b006b9b1710b3d625db7993c2f6ebd10fa948298')
+sha256sums=('d5c0423fde7247cc519001caebd60e538ff5ef2be9456d2049303eef4da1aae3'
+ 'd62af086a8c97db354c2bb57d21f4a2b4faa8e60335d5994fad07698e67b4eba')
prepare() {
cd TLP-${pkgver}
diff --git a/tlp-arch.patch b/tlp-arch.patch
index 6f98fc863314..2ed343a21e65 100644
--- a/tlp-arch.patch
+++ b/tlp-arch.patch
@@ -1,24 +1,3 @@
-diff -rupN TLP-0.7.orig/Makefile TLP-0.7/Makefile
---- TLP-0.7.orig/Makefile 2015-02-24 10:41:23.600434433 +0100
-+++ TLP-0.7/Makefile 2015-02-24 10:45:59.877307094 +0100
-@@ -67,7 +67,7 @@ endif
- install -D -m 644 thinkpad-radiosw $(_ACPI)/events/thinkpad-radiosw
- install -m 755 thinkpad-radiosw.sh $(_ACPI)/
- ifneq ($(TLP_NO_BASHCOMP),1)
-- install -D -m 644 tlp.bash_completion $(DESTDIR)/etc/bash_completion.d/tlp
-+ install -D -m 644 tlp.bash_completion $(DESTDIR)/usr/share/bash-completion/completions/tlp
- endif
-
- install-rdw:
-@@ -102,7 +102,7 @@ uninstall-tlp:
- rm -f $(_PLIB)/sleep.d/49tlp
- rm $(_ACPI)/events/thinkpad-radiosw
- rm $(_ACPI)/thinkpad-radiosw.sh
-- rm -f $(DESTDIR)/etc/bash_completion.d/tlp
-+ rm -f $(DESTDIR)/usr/share/bash-completion/completions/tlp
-
- uninstall-rdw:
- # Package tlp-rdw
diff -rupN TLP-0.7.orig/tlp.rules TLP-0.7/tlp.rules
--- TLP-0.7.orig/tlp.rules 2015-02-24 10:41:23.600434433 +0100
+++ TLP-0.7/tlp.rules 2015-02-24 10:41:35.026696729 +0100