summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2019-10-31 14:58:54 +0100
committerfrederik2019-10-31 14:58:54 +0100
commitd227305308390192959943ea216d2271b4dee295 (patch)
tree499142fda8d6a8299e0ded66986bfc8aaeb94fd1
parent245e585b9fcbbce008e972a5b142fcf1f23d07e2 (diff)
downloadaur-d227305308390192959943ea216d2271b4dee295.tar.gz
tpacpi-bat-git: PKGBUILD review by svenstaro
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c28b4450f30..12eb600801da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue May 30 16:29:26 UTC 2017
pkgbase = tpacpi-bat-git
pkgdesc = A Perl script with ACPI calls for recent ThinkPads (such as T420 and W520) whose battery thresholds are not supported by tp_smapi
- pkgver = 106.f58e2ae
+ pkgver = 119.4959b52
pkgrel = 1
url = https://github.com/teleshoes/tpacpi-bat
arch = any
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
}