summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaditya Bagga2016-02-28 23:29:24 +0530
committerAaditya Bagga2016-02-28 23:29:24 +0530
commit8b64e265e599986e9104c2c72407af73404b28d4 (patch)
tree1f3cecfd3f761aae313f07300ff4deccabdbf0f5 /PKGBUILD
parent215802eb0034dd139eb9d00168403696ff1f0a9d (diff)
downloadaur-8b64e265e599986e9104c2c72407af73404b28d4.tar.gz
update to avoid errors with latest makepkg (thx to Oberon for the report
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df2b24509fca..59b6bf158031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=('tlp-pmu')
_pkgname=tlp
pkgver=0.8
-pkgrel=2
+pkgrel=3
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'
@@ -19,7 +19,7 @@ optdepends=('acpi_call: Sandy Bridge and newer ThinkPad battery functions'
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')