diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/acpi_call/PKGBUILD | 6 | ||||
-rw-r--r-- | libre/bbswitch/PKGBUILD | 6 | ||||
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 6 | ||||
-rw-r--r-- | libre/vhba-module/PKGBUILD | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD index c7639bbc0..583c62d64 100644 --- a/libre/acpi_call/PKGBUILD +++ b/libre/acpi_call/PKGBUILD @@ -6,11 +6,11 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> -_kernelname=-lts +_kernelname= if [[ ${_kernelname} == "" ]]; then - _basekernel=4.12 - _archrel=72 + _basekernel=4.13 + _archrel=74 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 3a36022f4..9fd3bb793 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -6,11 +6,11 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> -_kernelname=-lts +_kernelname= if [[ ${_kernelname} == "" ]]; then - _basekernel=4.12 - _archrel=78 + _basekernel=4.13 + _archrel=80 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index 828f048f4..685ea9f5b 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -11,11 +11,11 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> -_kernelname=-lts +_kernelname= if [[ ${_kernelname} == "" ]]; then - _basekernel=4.12 - _archrel=28 + _basekernel=4.13 + _archrel=30 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 diff --git a/libre/vhba-module/PKGBUILD b/libre/vhba-module/PKGBUILD index 207b3ba16..3ba568eef 100644 --- a/libre/vhba-module/PKGBUILD +++ b/libre/vhba-module/PKGBUILD @@ -9,8 +9,8 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then - _basekernel=4.12 - _archrel=13 + _basekernel=4.13 + _archrel=15 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 |