diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-08-06 18:33:35 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-08-06 18:33:35 -0500 |
commit | a612e20d6e724c4aa6b15c67e1371290ddf99b71 (patch) | |
tree | fb55f847290dc893289ee6dbba47e063e5be600c /libre/tp_smapi | |
parent | befcfd2941e4f9c6200421562636c0b89c86a2a9 (diff) | |
download | abslibre-a612e20d6e724c4aa6b15c67e1371290ddf99b71.tar.gz abslibre-a612e20d6e724c4aa6b15c67e1371290ddf99b71.tar.bz2 abslibre-a612e20d6e724c4aa6b15c67e1371290ddf99b71.zip |
rebuild module packages against linux-libre-4.17.11_gnu-1
Diffstat (limited to 'libre/tp_smapi')
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index ea7cf7c6f..7919cc431 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -12,13 +12,12 @@ # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> _basekernel=4.17 -_archrel=5 +_archrel=40 _parabolarel=1 pkgname=tp_smapi pkgver=0.43 pkgrel=${_archrel}.parabola${_parabolarel}.basekernel${_basekernel} -_extramodules=extramodules-${_basekernel} pkgdesc="Modules for ThinkPad's SMAPI functionality (built for the linux-libre kernel package)" arch=('i686' 'x86_64') url='https://github.com/evgeni/tp_smapi' @@ -33,6 +32,7 @@ makedepends+=('libelf') replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") +_extramodules=extramodules-${_basekernel} _commit=a63729ab30d85430048f65c37f29188ab484cd52 # tags/tp-smapi/0.43 source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit") sha256sums=('SKIP') |