diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-06 15:26:55 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-06 15:26:55 -0200 |
commit | 623b1b2c96a9218330db27480a3ee1a0e301fb1a (patch) | |
tree | b53067f63614093934ab31791ca65a269d08405e /libre | |
parent | 98e8cfddbb4175b0c30e228df70c772f2d42f49d (diff) | |
download | abslibre-623b1b2c96a9218330db27480a3ee1a0e301fb1a.tar.gz abslibre-623b1b2c96a9218330db27480a3ee1a0e301fb1a.tar.bz2 abslibre-623b1b2c96a9218330db27480a3ee1a0e301fb1a.zip |
rebuild module packages against linux-libre-3.16.4_gnu-1
Diffstat (limited to 'libre')
-rw-r--r-- | libre/acpi_call/PKGBUILD | 3 | ||||
-rw-r--r-- | libre/bbswitch/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/lirc/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/vhba-module/PKGBUILD | 2 |
5 files changed, 5 insertions, 6 deletions
diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD index 3edc09afa..38979af2d 100644 --- a/libre/acpi_call/PKGBUILD +++ b/libre/acpi_call/PKGBUILD @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 116819 2014-08-04 07:10:28Z tpowa $ # Maintainer (Arch): Maxime Gauduin <alucryd@gmail.com> # Contributor (Arch): mortzu <me@mortzu.de> # Contributor (Arch): fnord0 <fnord0@riseup.net> @@ -10,7 +9,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=3.16 - _archrel=12 + _archrel=13 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index f08ed8390..1172e3c6d 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -9,7 +9,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=3.16 - _archrel=16 + _archrel=17 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 diff --git a/libre/lirc/PKGBUILD b/libre/lirc/PKGBUILD index 0de70fe96..960668875 100644 --- a/libre/lirc/PKGBUILD +++ b/libre/lirc/PKGBUILD @@ -8,7 +8,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=3.16 - _archrel=4 + _archrel=5 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index 84e1a36fa..5d9b436c2 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -14,7 +14,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=3.16 - _archrel=53 + _archrel=54 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 diff --git a/libre/vhba-module/PKGBUILD b/libre/vhba-module/PKGBUILD index 223c58431..4cffe3682 100644 --- a/libre/vhba-module/PKGBUILD +++ b/libre/vhba-module/PKGBUILD @@ -9,7 +9,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=3.16 - _archrel=7 + _archrel=8 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 |