summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSammysHP2023-07-31 18:29:05 +0200
committerSammysHP2023-07-31 18:29:05 +0200
commitafafd44ccd6fd6c6fa53c40273f4b8738f8d5321 (patch)
tree663a081b915561b7c199a73ecd808d0463952484 /PKGBUILD
parentd38a219c8c31ceafa020065917cf7a1165e8b533 (diff)
downloadaur-tlp-git.tar.gz
Fix build, remove unrequired dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b935e083b62f..e43a4626f04f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=(
tlp-git
tlp-rdw-git
)
-pkgver=1.5.0.r10.135756d
+pkgver=1.6.0.b1.r3.267d0cb
pkgrel=1
arch=(any)
url=https://linrunner.de/en/tlp/tlp.html
@@ -20,7 +20,7 @@ install=tlp.install
pkgver() {
cd TLP
- git describe --tags | sed 's/–alpha./.a/; s/–beta./.b/; s/-/.r/; s/-g/./'
+ git describe --tags | sed 's/[–-]alpha./.a/; s/[–-]beta./.b/; s/-/.r/; s/-g/./'
}
package_tlp-git() {
@@ -35,7 +35,6 @@ package_tlp-git() {
util-linux
)
optdepends=(
- 'acpi_call: ThinkPad battery functions, Sandy Bridge and newer'
'bash-completion: Bash completion'
'ethtool: Disable Wake On Lan'
'smartmontools: Display S.M.A.R.T. data in tlp-stat'