summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrederik2019-10-31 14:58:54 +0100
committerfrederik2019-10-31 14:58:54 +0100
commitd227305308390192959943ea216d2271b4dee295 (patch)
tree499142fda8d6a8299e0ded66986bfc8aaeb94fd1 /PKGBUILD
parent245e585b9fcbbce008e972a5b142fcf1f23d07e2 (diff)
downloadaur-d227305308390192959943ea216d2271b4dee295.tar.gz
tpacpi-bat-git: PKGBUILD review by svenstaro
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e6eb89f53f0..b75a52ae1c88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucky <archlinux@builds.lucky.li>
pkgname=tpacpi-bat-git
-pkgver=106.f58e2ae
+pkgver=119.4959b52
pkgrel=1
pkgdesc='A Perl script with ACPI calls for recent ThinkPads (such as T420 and W520) whose battery thresholds are not supported by tp_smapi'
arch=('any')
@@ -24,7 +24,7 @@ pkgver() {
package() {
cd ${pkgname/-git/}
- install -Dm755 tpacpi-bat "${pkgdir}/usr/bin/tpacpi-bat"
- install -Dm644 examples/systemd_dynamic_threshold/tpacpi.service "${pkgdir}/usr/lib/systemd/system/tpacpi-bat.service"
- install -Dm644 examples/systemd_dynamic_threshold/tpacpi.conf.d "${pkgdir}/etc/conf.d/tpacpi"
+ install -Dm755 tpacpi-bat "${pkgdir}"/usr/bin/tpacpi-bat
+ install -Dm644 examples/systemd_dynamic_threshold/tpacpi.service "${pkgdir}"/usr/lib/systemd/system/tpacpi-bat.service
+ install -Dm644 examples/systemd_dynamic_threshold/tpacpi.conf.d "${pkgdir}"/etc/conf.d/tpacpi
}