diff options
Diffstat (limited to 'libre/tp_smapi/PKGBUILD')
-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') |