diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-03-27 17:27:53 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-03-27 17:27:53 -0300 |
commit | 9eef2152d3a7bf82a42983dd3453725e13030e27 (patch) | |
tree | 11c8f989264592684c39572293097c65a7242785 /libre | |
parent | a0a1e75163b3117f0155baeef400af4165c9039a (diff) | |
download | abslibre-9eef2152d3a7bf82a42983dd3453725e13030e27.tar.gz abslibre-9eef2152d3a7bf82a42983dd3453725e13030e27.tar.bz2 abslibre-9eef2152d3a7bf82a42983dd3453725e13030e27.zip |
rebuild module packages against linux-libre-lts-3.14.36_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 3226d81b8..1108b0fb1 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=15 + _archrel=16 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=3.18 diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 1ab670b6e..45175b9e4 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=6 + _archrel=7 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=3.18 diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index 5a7f92290..83b5b36d8 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=37 + _archrel=38 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=3.18 |