diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-03-01 00:02:20 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-03-01 00:02:20 -0200 |
commit | b0958ac2341a34887a13d33348ec98361570f70e (patch) | |
tree | c6b2ad18e7e1344249d54a8327fd90e199416d20 /libre/bbswitch | |
parent | 36a194d465af72daeb00d4f75cf8d0bb32107893 (diff) | |
download | abslibre-b0958ac2341a34887a13d33348ec98361570f70e.tar.gz abslibre-b0958ac2341a34887a13d33348ec98361570f70e.tar.bz2 abslibre-b0958ac2341a34887a13d33348ec98361570f70e.zip |
rebuild module packages against linux-libre-3.18.8_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 3e5d95252..583d11d61 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -10,7 +10,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=3.18 _archrel=25 - _parabolarel=2 + _parabolarel=3 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 _archrel=6 |