From ba3194b911f5280ed2683470e172e689c6a71ba6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 30 Jul 2018 14:51:30 +0200 Subject: extra/linux-pae: patches are not signed anymore - use the full tarball instead --- extra/linux-pae/PKGBUILD | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'extra') diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD index 35dd0ebf..82fedda5 100644 --- a/extra/linux-pae/PKGBUILD +++ b/extra/linux-pae/PKGBUILD @@ -4,8 +4,8 @@ # Maintainer: Thomas Baechler pkgbase=linux-pae # Build stock -ARCH kernel -_srcname=linux-4.17 pkgver=4.17.11 +_srcname=linux-${pkgver} pkgrel=1 arch=('i686') url="https://www.kernel.org/" @@ -14,7 +14,6 @@ makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf') options=('!strip') source=( https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.{xz,sign} - https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.{xz,sign} config # the main kernel config file 60-linux.hook # pacman hook for depmod 90-linux.hook # pacman hook for initramfs regeneration @@ -24,12 +23,9 @@ source=( 0003-ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch ) validpgpkeys=( - 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman ) -sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13' - 'SKIP' - '1345bf04742096c50eff4de6ba2a2c07ba8779e3c46373cd8076475c36f2e7b0' +sha256sums=('db1e84ed4f213b43d50f3373627b2ffcdb3b65f3430f746a38f801554ef3728c' 'SKIP' 'c722edc66933451e05e8fb169f935ef59ad621014695b517b448a78669aa7c44' 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21' @@ -45,9 +41,6 @@ _kernelname=${pkgbase#linux} prepare() { cd ${_srcname} - # add upstream patch - patch -p1 -i ../patch-${pkgver} - # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git -- cgit v1.2.3