diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-09-09 00:12:45 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-09-09 00:12:45 -0500 |
commit | c8f23a44ecc4a2681aeccb32611195b59a606aec (patch) | |
tree | 8e4a0d9babeeb58fa5e850653c3b97147ff82fd2 /libre/bbswitch | |
parent | 3fc1edec0a17be1bbf73c2fe2a8d2f033f4c93af (diff) | |
download | abslibre-c8f23a44ecc4a2681aeccb32611195b59a606aec.tar.gz abslibre-c8f23a44ecc4a2681aeccb32611195b59a606aec.tar.bz2 abslibre-c8f23a44ecc4a2681aeccb32611195b59a606aec.zip |
rebuild module packages against linux-libre-4.12.10_gnu-1
Diffstat (limited to 'libre/bbswitch')
-rw-r--r-- | libre/bbswitch/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 8abb73a90..6b49e84a1 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -6,12 +6,12 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> -_kernelname=-lts +_kernelname= if [[ ${_kernelname} == "" ]]; then - _basekernel=4.11 - _archrel=70 - _parabolarel=2 + _basekernel=4.12 + _archrel=78 + _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 _archrel=35 @@ -37,7 +37,7 @@ if [[ ${_kernelname} != "" ]]; then fi source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz") -md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807') +sha256sums=('76cabd3f734fb4fe6ebfe3ec9814138d0d6f47d47238521ecbd6a986b60d1477') build() { cd "${srcdir}/${pkgbase}-${pkgver}" |