diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-10 17:28:48 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-10 17:28:48 -0200 |
commit | 3acc55c4c390a58ebfcacf305f2056c9220608c0 (patch) | |
tree | be572b4250a146044ebd53458073e0fff21680a5 /libre/bbswitch | |
parent | 5925ad3766243f3ef55f7d0ed58307471c7d7cda (diff) |
rebuild module packages against linux-libre-3.17.6_gnu-1
Diffstat (limited to 'libre/bbswitch')
-rw-r--r-- | libre/bbswitch/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 436fa90f6..2b12dd512 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -9,7 +9,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=3.17 - _archrel=19 + _archrel=20 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 |