summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-03-26 09:09:19 +0100
committerJoan Figueras2021-03-26 09:09:19 +0100
commit297c0add975d38bc76e099862ba0075251f559d8 (patch)
treeed035e0df5d7901585ae85238e8a82ca0a122f4c
parent072a89f70d1b41d7f4067370c7eaf8e98b778d29 (diff)
downloadaur-297c0add975d38bc76e099862ba0075251f559d8.tar.gz
5.11.10-rt11-xanmod1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD22
2 files changed, 20 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dc1f4bc6ec3..40ea5ae79a8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-rt
pkgdesc = Linux Xanmod real-time version
- pkgver = 5.10.25
+ pkgver = 5.11.10
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -12,16 +12,18 @@ pkgbase = linux-xanmod-rt
makedepends = libelf
makedepends = cpio
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.10.25-rt35-xanmod1/patch-5.10.25-rt35-xanmod1.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.11.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.11.tar.sign
+ source = https://github.com/xanmod/linux/releases/download/5.11.10-rt11-xanmod1/patch-5.11.10-rt11-xanmod1.xz
source = choose-gcc-optimization.sh
+ source = sphinx-workaround.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/sphinx-workaround.patch?h=packages/linux&id=be7d4710850020de55bce930c83fa80347c02fc3
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43
+ sha256sums = 04f07b54f0d40adfab02ee6cbd2a942c96728d87c1ef9e120d0cb9ba3fe067b4
sha256sums = SKIP
- sha256sums = 654b31c029b1cd59413afb831d51553aab80e075b21a3d5c241fbe9b28330623
+ sha256sums = 302334386db76b291359a8e4834fe1f26c562bafb56dea7cd7d1db5b1ed64545
sha256sums = 03bb8b234a67b877a34a8212936ba69d8700c54c7877686cbd9742a536c87134
+ sha256sums = 52fc0fcd806f34e774e36570b2a739dbdf337f7ff679b1c1139bee54d03301eb
pkgname = linux-xanmod-rt
pkgdesc = The Linux kernel and modules with Xanmod patches
diff --git a/PKGBUILD b/PKGBUILD
index 9345a33c3d44..9a96c6660196 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,15 +52,15 @@ _makenconfig=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-xanmod-rt
-pkgver=5.10.25
-_major=5.10
+pkgver=5.11.10
+_major=5.11
_branch=5.x
-_rt=35
+_rt=11
xanmod=1
pkgrel=${xanmod}
pkgdesc='Linux Xanmod real-time version'
-arch=(x86_64)
url="http://www.xanmod.org/"
+arch=(x86_64)
license=(GPL2)
makedepends=(
xmlto kmod inetutils bc libelf cpio
@@ -77,15 +77,17 @@ validpgpkeys=(
)
# Archlinux patches
-_commits=""
-for _patch in $_commits; do
- source+=("${_patch}.patch::https://git.archlinux.org/linux.git/patch/?id=${_patch}")
+_commit="be7d4710850020de55bce930c83fa80347c02fc3"
+_patches=("sphinx-workaround.patch")
+for _patch in ${_patches[@]}; do
+ source+=("${_patch}::https://git.archlinux.org/svntogit/packages.git/plain/trunk/${_patch}?h=packages/linux&id=${_commit}")
done
-sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43'
+sha256sums=('04f07b54f0d40adfab02ee6cbd2a942c96728d87c1ef9e120d0cb9ba3fe067b4'
'SKIP'
- '654b31c029b1cd59413afb831d51553aab80e075b21a3d5c241fbe9b28330623'
- '03bb8b234a67b877a34a8212936ba69d8700c54c7877686cbd9742a536c87134')
+ '302334386db76b291359a8e4834fe1f26c562bafb56dea7cd7d1db5b1ed64545'
+ '03bb8b234a67b877a34a8212936ba69d8700c54c7877686cbd9742a536c87134'
+ '52fc0fcd806f34e774e36570b2a739dbdf337f7ff679b1c1139bee54d03301eb')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}
export KBUILD_BUILD_USER=${KBUILD_BUILD_USER:-makepkg}