diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-10 17:51:30 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-10 17:51:30 -0200 |
commit | 0b0f1e8858cadad511be3c7c01be4dc8f325e477 (patch) | |
tree | 971a27df1a2d60b3e2450e47f7911f6a132846fa /libre | |
parent | e09d76e29660396d93f89898b3ada08ab0db4144 (diff) | |
download | abslibre-0b0f1e8858cadad511be3c7c01be4dc8f325e477.tar.gz abslibre-0b0f1e8858cadad511be3c7c01be4dc8f325e477.tar.bz2 abslibre-0b0f1e8858cadad511be3c7c01be4dc8f325e477.zip |
rebuild module packages against linux-libre-lts-3.14.32_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 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD index ca142f616..dea8bbf96 100644 --- a/libre/acpi_call/PKGBUILD +++ b/libre/acpi_call/PKGBUILD @@ -13,7 +13,7 @@ if [[ ${_kernelname} == "" ]]; then _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 - _archrel=13 + _archrel=14 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=3.18 diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 9c9850a88..3520f9ef1 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -13,7 +13,7 @@ if [[ ${_kernelname} == "" ]]; then _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 - _archrel=4 + _archrel=5 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=3.18 diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index ecfe53699..df9974c5a 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -18,7 +18,7 @@ if [[ ${_kernelname} == "" ]]; then _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 - _archrel=35 + _archrel=36 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=3.18 |