diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-11-24 15:26:46 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-11-24 15:50:29 -0300 |
commit | 1ec0e9423f0f620ffd579f898548f56b2ce367e7 (patch) | |
tree | dfc0e6dc0a0fa13026018bb5b2029448c7bf36ad /libre/bbswitch/PKGBUILD | |
parent | b8bdedc8fa920c7ee4b384e572b70ff80c0d2d67 (diff) |
rebuild module packages against linux-libre-4.8.10_gnu-1
Diffstat (limited to 'libre/bbswitch/PKGBUILD')
-rw-r--r-- | libre/bbswitch/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 6e18c1141..a05397da5 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -5,11 +5,11 @@ # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> # Contributor: Márcio Silva <coadde@parabola.nu> -_kernelname=-lts +_kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=4.8 - _archrel=54 + _archrel=55 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.4 |