diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-03-16 12:24:45 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-03-16 12:24:45 -0500 |
commit | b04e1941c754dab41ef17e43258d282611c3596b (patch) | |
tree | ea8c8f370fda5790ff0b18755e4cf4f9397e1f78 /libre/tp_smapi | |
parent | e44b2d290a69c537e0037843c65b5acefbc95506 (diff) | |
download | abslibre-b04e1941c754dab41ef17e43258d282611c3596b.tar.gz abslibre-b04e1941c754dab41ef17e43258d282611c3596b.tar.bz2 abslibre-b04e1941c754dab41ef17e43258d282611c3596b.zip |
rebuild module packages against linux-libre-4.15.9_gnu-2
Diffstat (limited to 'libre/tp_smapi')
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index a23f1fdf4..2b2565f1d 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -12,11 +12,11 @@ # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> _basekernel=4.15 -_archrel=7 +_archrel=5 _parabolarel=1 pkgname=tp_smapi -pkgver=0.42+7+g76c5120 +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)" @@ -33,7 +33,7 @@ makedepends+=('libelf') replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") -_commit=76c5120f7be4880cf2c6801f872327e4e70c449f # master +_commit=a63729ab30d85430048f65c37f29188ab484cd52 # tags/tp-smapi/0.43 source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit") sha256sums=('SKIP') |