diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-23 03:15:12 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-24 02:00:28 -0300 |
commit | e6299288571209bf59f7c3b32569ca21965f26b8 (patch) | |
tree | 72505fed7a83aafa81f3f90ce8c05ccd9659f836 /libre | |
parent | ac26ab7575bdbb1e4087e5d064c1952f22f8e5e1 (diff) | |
download | abslibre-e6299288571209bf59f7c3b32569ca21965f26b8.tar.gz abslibre-e6299288571209bf59f7c3b32569ca21965f26b8.tar.bz2 abslibre-e6299288571209bf59f7c3b32569ca21965f26b8.zip |
rebuild module packages against linux-libre-lts-4.4.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 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD index 10aa52ab5..e64d50c8d 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=4.4 - _archrel=29 + _archrel=30 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=4.5 diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 79c3cdb2e..41f372aa6 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -13,7 +13,7 @@ if [[ ${_kernelname} == "" ]]; then _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.4 - _archrel=18 + _archrel=19 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=4.5 diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index 113ece15c..6cdc50006 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=4.4 - _archrel=49 + _archrel=50 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=4.5 |