diff options
Diffstat (limited to 'libre/tp_smapi-lts/PKGBUILD')
-rw-r--r-- | libre/tp_smapi-lts/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/tp_smapi-lts/PKGBUILD b/libre/tp_smapi-lts/PKGBUILD index 57161d0ab..66f6d033f 100644 --- a/libre/tp_smapi-lts/PKGBUILD +++ b/libre/tp_smapi-lts/PKGBUILD @@ -10,13 +10,13 @@ # Contributor (Hyperbola): Márcio Silva <coadde@hyperbola.info> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> -#_basekernel=5.4.28_gnu-1 -_basekernel=5.4.28 + +_basekernel=5.4.51 pkgname=tp_smapi-lts _pkgname=tp-smapi pkgver=0.43 -pkgrel=50 +pkgrel=82 pkgrel+=.parabola1.basekernel${_basekernel%_*} pkgdesc="Modules for ThinkPad's SMAPI functionality" pkgdesc+=" (for linux-libre-lts)" @@ -24,7 +24,7 @@ arch=('x86_64') arch+=('i686') url='https://github.com/evgeni/tp_smapi' license=('GPL') -makedepends=(linux-libre-lts-headers=${_basekernel%-*} git libelf) +makedepends=(linux-libre-lts-headers=${_basekernel%-*} 'git' libelf) _commit=a63729ab30d85430048f65c37f29188ab484cd52 # tags/tp-smapi/0.43 source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit") sha256sums=('SKIP') |