From 511e655573605c495a08f87222cbb60e4cc05f89 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Tue, 18 Jan 2022 20:02:53 +0100 Subject: libre/tp_smapi-lts: rebuilt --- libre/tp_smapi-lts/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'libre/tp_smapi-lts') 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 -_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 -- cgit v1.2.3