Date: Friday, October 1, 2021 @ 16:02:30 Author: alucryd Revision: 1026464
upgpkg: tlp 1.4.0-1 Modified: tlp/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-01 16:02:15 UTC (rev 1026463) +++ PKGBUILD 2021-10-01 16:02:30 UTC (rev 1026464) @@ -6,19 +6,19 @@ tlp tlp-rdw ) -pkgver=1.3.1 -pkgrel=2 +pkgver=1.4.0 +pkgrel=1 arch=(any) url=https://linrunner.de/en/tlp/tlp.html license=(GPL2) makedepends=(git) -source=(git+https://github.com/linrunner/TLP.git#tag=ab788abf4936dfb44fbb408afc34af834230a64d) +_tag=48e53b2cf6b1696c3b1c226e6441709f78831c5c +source=(git+https://github.com/linrunner/TLP.git#tag=${_tag}) sha256sums=(SKIP) install=tlp.install pkgver() { cd TLP - git describe --tags } @@ -37,7 +37,6 @@ 'acpi_call: ThinkPad battery functions, Sandy Bridge and newer' 'bash-completion: Bash completion' 'ethtool: Disable Wake On Lan' - 'lsb-release: Display LSB release version in tlp-stat' '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'
