summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-06-19 18:23:07 +0200
committerJoan Figueras2021-06-19 18:23:07 +0200
commitaa3de782d8dca6a12a2357c862ae16de6271a56e (patch)
tree1128030ed881a2469241c0437afda666a9062fd9
parent04d3e10ba8f7f4b6e8d1cdcab4f561b201b74953 (diff)
downloadaur-aa3de782d8dca6a12a2357c862ae16de6271a56e.tar.gz
5.12.12-xanmod1-cacule
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bde8bc2445a2..af13c22074e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-cacule
pkgdesc = Linux Xanmod. Branch with Cacule scheduler by Hamad Marri
- pkgver = 5.12.11
+ pkgver = 5.12.12
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -14,14 +14,14 @@ pkgbase = linux-xanmod-cacule
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.12.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.12.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.12.11-xanmod1-cacule/patch-5.12.11-xanmod1-cacule.xz
+ source = https://github.com/xanmod/linux/releases/download/5.12.12-xanmod1-cacule/patch-5.12.12-xanmod1-cacule.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 = 7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366
sha256sums = SKIP
- sha256sums = 6ac628f3841735e53d501b998c73d61138d6b8be18f3094d25097a3c34a0cfe7
+ sha256sums = 4d39eb1a27ecf4006fa1765e462b4879296b0f4a0b15b5680427808a5098b3f9
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
sha256sums = 52fc0fcd806f34e774e36570b2a739dbdf337f7ff679b1c1139bee54d03301eb
diff --git a/PKGBUILD b/PKGBUILD
index 55b6104a37c1..f3abd683ed7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,7 +58,7 @@ _makenconfig=
pkgbase=linux-xanmod-cacule
_major=5.12
-pkgver=${_major}.11
+pkgver=${_major}.12
_branch=5.x
xanmod=1
pkgrel=${xanmod}
@@ -93,7 +93,7 @@ done
sha256sums=('7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366'
'SKIP'
- '6ac628f3841735e53d501b998c73d61138d6b8be18f3094d25097a3c34a0cfe7'
+ '4d39eb1a27ecf4006fa1765e462b4879296b0f4a0b15b5680427808a5098b3f9'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee'
'52fc0fcd806f34e774e36570b2a739dbdf337f7ff679b1c1139bee54d03301eb')
@@ -104,12 +104,6 @@ export KBUILD_BUILD_TIMESTAMP=${KBUILD_BUILD_TIMESTAMP:-$(date -Ru${SOURCE_DATE_
prepare() {
cd linux-${_major}
- # hacky work around for xz not getting extracted
- # https://bbs.archlinux.org/viewtopic.php?id=265115
- if [[ ! -f "$srcdir/patch-${pkgver}-xanmod${xanmod}-cacule" ]]; then
- xz -dc "$startdir/patch-${pkgver}-xanmod${xanmod}-cacule.xz" > "$srcdir/patch-${pkgver}-xanmod${xanmod}-cacule"
- fi
-
# Apply Xanmod patch
patch -Np1 -i ../patch-${pkgver}-xanmod${xanmod}-cacule