diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2022-01-18 20:02:53 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2022-01-18 20:02:53 +0100 |
commit | 511e655573605c495a08f87222cbb60e4cc05f89 (patch) | |
tree | 6a007404f419529d971e70469aa7b8044fc119b2 /libre/tp_smapi-lts | |
parent | 747b9298c123ce954fdcab937a8b7c5e4a62b9e7 (diff) | |
download | abslibre-511e655573605c495a08f87222cbb60e4cc05f89.tar.gz abslibre-511e655573605c495a08f87222cbb60e4cc05f89.tar.bz2 abslibre-511e655573605c495a08f87222cbb60e4cc05f89.zip |
libre/tp_smapi-lts: rebuilt
Diffstat (limited to 'libre/tp_smapi-lts')
-rw-r--r-- | libre/tp_smapi-lts/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/tp_smapi-lts/PKGBUILD b/libre/tp_smapi-lts/PKGBUILD index 1eb781081..338c28c4c 100644 --- a/libre/tp_smapi-lts/PKGBUILD +++ b/libre/tp_smapi-lts/PKGBUILD @@ -11,12 +11,11 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> -_basekernel=5.10.39 +_basekernel=5.10.89 pkgname=tp_smapi-lts -_pkgname=tp-smapi pkgver=0.43 -pkgrel=156 +pkgrel=207 pkgrel+=.parabola1.basekernel${_basekernel} pkgdesc="Modules for ThinkPad's SMAPI functionality" pkgdesc+=" (for linux-libre-lts)" @@ -30,12 +29,12 @@ source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit") sha256sums=('SKIP') pkgver() { - cd ${pkgname/-lts/} + cd tp_smapi git describe --tags | sed 's/^tp-smapi\///;s/-/+/g' } build() { - cd ${pkgname/-lts/} + cd tp_smapi # https://bugs.archlinux.org/task/54975 (kernel has no _GLOBAL_OFFSET_TABLE_): # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt breaks the modules |