diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/acpi_call-lts/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/tp_smapi-lts/PKGBUILD | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/libre/acpi_call-lts/PKGBUILD b/libre/acpi_call-lts/PKGBUILD index eee7e7562..d8061bac1 100644 --- a/libre/acpi_call-lts/PKGBUILD +++ b/libre/acpi_call-lts/PKGBUILD @@ -6,9 +6,9 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> -_basekernel=4.9 -_archrel=53 -_parabolarel=2 +_basekernel=4.14 +_archrel=59 +_parabolarel=1 pkgname=acpi_call-lts pkgver=1.1.0 @@ -38,6 +38,8 @@ prepare() { # Fix build with Linux-libre >= 3.17-gnu sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c + # Fix build with Linux-libre >= 4.12 + sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c } build() { diff --git a/libre/tp_smapi-lts/PKGBUILD b/libre/tp_smapi-lts/PKGBUILD index 00522f0b3..fa563a23d 100644 --- a/libre/tp_smapi-lts/PKGBUILD +++ b/libre/tp_smapi-lts/PKGBUILD @@ -11,9 +11,9 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> -_basekernel=4.9 -_archrel=24 -_parabolarel=2 +_basekernel=4.14 +_archrel=30 +_parabolarel=1 pkgname=tp_smapi-lts _pkgname=tp-smapi |