summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2022-10-04 19:38:08 +0200
committerJoan Figueras2022-10-04 19:38:08 +0200
commit727948e864f324d96e104d77e3eb42de27a6cb4b (patch)
treeb36430d3c62fa19a8d7922b130e6b90992cf9ca1 /PKGBUILD
parent480c83f591f56a34f967b75c1bad85148e9d5b6c (diff)
downloadaur-727948e864f324d96e104d77e3eb42de27a6cb4b.tar.gz
Fixed Intel Graphics: Merged 5.19.13 not officially relaeased yet - https://lore.kernel.org/lkml/1664893073238194@kroah.com/T/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 469be482e585..4ebf6dd299a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -74,7 +74,7 @@ _major=5.19
pkgver=${_major}.12
_branch=5.x
xanmod=1
-pkgrel=${xanmod}
+pkgrel=2
pkgdesc='Linux Xanmod - Current Stable (STABLE)'
url="http://www.xanmod.org/"
arch=(x86_64)
@@ -91,7 +91,8 @@ _srcname="linux-${pkgver}-xanmod${xanmod}"
source=("https://cdn.kernel.org/pub/linux/kernel/v${_branch}/linux-${_major}.tar."{xz,sign}
"https://github.com/xanmod/linux/releases/download/${pkgver}-xanmod${xanmod}/patch-${pkgver}-xanmod${xanmod}.xz"
- choose-gcc-optimization.sh)
+ choose-gcc-optimization.sh
+ 5.19.13.patch::"https://lore.kernel.org/lkml/1664893073238194@kroah.com/raw")
#"patch-${pkgver}-xanmod${xanmod}.xz::https://sourceforge.net/projects/xanmod/files/releases/stable/${pkgver}-xanmod${xanmod}/patch-${pkgver}-xanmod${xanmod}.xz/download"
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
@@ -109,7 +110,8 @@ done
sha256sums=('ff240c579b9ee1affc318917de07394fc1c3bb49dac25ec1287370c2e15005a8'
'SKIP'
'adb2a2e0e8cb1c8caf184712f486e4631324dda8a5686dde27dee253af4b0a13'
- '1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee')
+ '1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee'
+ '498387cdb9fb51a9dbff51f9cce523fd7923dc7be4e71ff19c3099be2372009d')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}
export KBUILD_BUILD_USER=${KBUILD_BUILD_USER:-makepkg}