diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-27 21:04:36 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-27 21:04:36 -0200 |
commit | 0a3bcb1ddcab0e4162f1e5d5d1871251d17e377b (patch) | |
tree | 82eb9c394f552b6eec9fe400738b8652c25f51fa /libre | |
parent | 217147fbc1e6cc759f40cc050f749b017e96c34b (diff) |
rebuild module packages against linux-libre-3.18.7_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 8f3307442..3d9281c85 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=1 + _parabolarel=2 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 _archrel=14 diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 3520f9ef1..7c41bee14 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -10,7 +10,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=3.18 _archrel=25 - _parabolarel=1 + _parabolarel=2 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 _archrel=5 diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index df9974c5a..57346140c 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=1 + _parabolarel=2 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 _archrel=36 diff --git a/libre/vhba-module/PKGBUILD b/libre/vhba-module/PKGBUILD index a90321b51..931f8d75d 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=1 + _parabolarel=2 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 _archrel=1 |