summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-10-23 18:46:36 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-10-23 18:46:36 -0500
commitc1a15f8a4c6148522a815ff4bf4fe061873361af (patch)
treeda7d2084f4949b44d5522813512eb4702966419d /libre/linux-libre-tools/PKGBUILD
parentd15caafb031d95cf5671bffd76f773fae43990cd (diff)
linux-libre-tools-4.18_gnu-1: updating version
Diffstat (limited to 'libre/linux-libre-tools/PKGBUILD')
-rw-r--r--libre/linux-libre-tools/PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD
index 9ec23eebb..72b9195d8 100644
--- a/libre/linux-libre-tools/PKGBUILD
+++ b/libre/linux-libre-tools/PKGBUILD
@@ -1,6 +1,6 @@
-# $Id$
# Maintainer (Arch): Sébastien Luttringer
# Maintainer: David P. <megver83@parabola.nu>
+# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe>
# Contributor: André Silva <emulatorman@hyperbola.info>
# Contributor: Márcio Silva <coadde@hyperbola.info>
@@ -23,7 +23,7 @@ case "$CARCH" in
armv7h) pkgname+=('gpio-utils' 'iio-utils') ;;
esac
-pkgver=4.16_gnu
+pkgver=4.18_gnu
pkgrel=1
license=('GPL2')
arch=('x86_64')
@@ -51,7 +51,7 @@ source=("https://linux-libre.fsfla.org/pub/linux-libre/releases/${pkgver//_/-}/l
'cpupower.systemd'
'cpupower.service'
'usbipd.service')
-sha256sums=('5bd4ee95a0a9d7d2f962504f4b684b441b07f5a136e8bb8ad959f2d29ab9b913'
+sha256sums=('55ddf20702311cf3e32127135a38cb272313679962e8a798c108b01cadaeca4f'
'SKIP'
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
'd2e8e5e8b22c6089a91f573aa1c59e442a1f3b67a2c9f047abe3b57d3d6558cc'
@@ -62,10 +62,6 @@ validpgpkeys=('474402C8C582DAFBE389C427BCB7CF877E7D47A7') # Alexandre Oliva
prepare() {
cd linux-${pkgver%_*}
- # Fix "unwind-libunwind.c:109:11: error: ‘EINVAL’ undeclared" on i686
- # Not sure why this wasn't an issue until now...
- sed -i '1i #include <errno.h>' tools/perf/arch/x86/util/unwind-libunwind.c
-
# apply patch from the source array (should be a pacman feature)
local filename
for filename in "${source[@]}"; do