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 | |
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')
-rw-r--r-- | libre/acpi_call/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/bbswitch/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/vhba-module/PKGBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD index 7c95bc8ef..da379268a 100644 --- a/libre/acpi_call/PKGBUILD +++ b/libre/acpi_call/PKGBUILD @@ -10,7 +10,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=3.18 _archrel=23 - _parabolarel=2 + _parabolarel=3 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 _archrel=15 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 diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index d6b4d70cf..7d439213a 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -15,7 +15,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=3.18 _archrel=62 - _parabolarel=2 + _parabolarel=3 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 _archrel=37 diff --git a/libre/vhba-module/PKGBUILD b/libre/vhba-module/PKGBUILD index 931f8d75d..1aa70624e 100644 --- a/libre/vhba-module/PKGBUILD +++ b/libre/vhba-module/PKGBUILD @@ -10,7 +10,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=3.18 _archrel=5 - _parabolarel=2 + _parabolarel=3 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 _archrel=1 |