summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD24
2 files changed, 20 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73018c26561e..d20e4372d566 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-manjaro-xanmod
pkgdesc = Linux Xanmod
- pkgver = 5.12.16
+ pkgver = 5.13.4
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -17,18 +17,18 @@ pkgbase = linux-manjaro-xanmod
makedepends = imagemagick
makedepends = git
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.16-xanmod1/patch-5.12.16-xanmod1.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.13.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.13.tar.sign
+ source = https://github.com/xanmod/linux/releases/download/5.13.4-xanmod1/patch-5.13.4-xanmod1.xz
source = choose-gcc-optimization.sh
- source = https://gitlab.manjaro.org/packages/core/linux512/-/archive/9ba7052a46ee98d728b37413808893cf7bf340e3/linux512-9ba7052a46ee98d728b37413808893cf7bf340e3.tar.gz
+ source = https://gitlab.manjaro.org/packages/core/linux513/-/archive/f1bd9b6ad461634994d89bc8cdcb742f11ac1789/linux513-f1bd9b6ad461634994d89bc8cdcb742f11ac1789.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366
+ sha256sums = 3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9
sha256sums = SKIP
- sha256sums = b51a8aeccbd7290188660873de0bd3e4c86859bc904379dd9b59699ceada78ed
+ sha256sums = 713a7b5b781d115d6579498fd9b3026cd128ba171272a23cece75b0cc0a05988
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
- sha256sums = 05e1c987e8d7269209ce297ec227211ef77e83758e1f53980fbc760eedefbb0f
+ sha256sums = 8a6d39c6c617b2c9d0b380684050a01267a30830fc600084e1a71e11c6475364
pkgname = linux-manjaro-xanmod
pkgdesc = The Linux kernel and modules with Xanmod and Manjaro patches (Bootsplash support). Ashmem and binder are enabled
diff --git a/PKGBUILD b/PKGBUILD
index 8e1ed0288e48..90d51134da31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,8 +69,8 @@ _makenconfig=
pkgbase=linux-manjaro-xanmod
pkgname=("${pkgbase}" "${pkgbase}-headers")
-_major=5.12
-pkgver=${_major}.16
+_major=5.13
+pkgver=${_major}.4
_branch=5.x
xanmod=1
pkgrel=1
@@ -78,7 +78,7 @@ pkgdesc='Linux Xanmod'
url="http://www.xanmod.org/"
arch=(x86_64)
-__commit="9ba7052a46ee98d728b37413808893cf7bf340e3" # 5.12.16-1
+__commit="f1bd9b6ad461634994d89bc8cdcb742f11ac1789" # 5.13.4-1
license=(GPL2)
makedepends=(
@@ -94,7 +94,7 @@ _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
- "https://gitlab.manjaro.org/packages/core/linux512/-/archive/${__commit}/linux512-${__commit}.tar.gz")
+ "https://gitlab.manjaro.org/packages/core/linux513/-/archive/${__commit}/linux513-${__commit}.tar.gz")
#"patch-${pkgver}-xanmod${xanmod}.xz::https://sourceforge.net/projects/xanmod/files/releases/stable/${pkgver}-xanmod${xanmod}/patch-${pkgver}-xanmod${xanmod}.xz/download"
# Archlinux patches
@@ -105,11 +105,11 @@ for _patch in ${_patches[@]}; do
source+=("${_patch}::https://raw.githubusercontent.com/archlinux/svntogit-packages/${_commit}/trunk/${_patch}")
done
-sha256sums=('7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366' # kernel tar.xz
+sha256sums=('3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9' # kernel tar.xz
'SKIP' # tar.sign
- 'b51a8aeccbd7290188660873de0bd3e4c86859bc904379dd9b59699ceada78ed' # xanmod
+ '713a7b5b781d115d6579498fd9b3026cd128ba171272a23cece75b0cc0a05988' # xanmod
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee' # choose-gcc-optimization.sh
- '05e1c987e8d7269209ce297ec227211ef77e83758e1f53980fbc760eedefbb0f') # manjaro
+ '8a6d39c6c617b2c9d0b380684050a01267a30830fc600084e1a71e11c6475364') # manjaro
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
@@ -142,15 +142,15 @@ prepare() {
done
# Manjaro patches
- rm ../linux512-$__commit/0103-futex.patch # remove conflicting ones
- rm ../linux512-$__commit/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch
+ rm ../linux513-$__commit/0103-futex.patch # remove conflicting ones
+ rm ../linux513-$__commit/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch
local _patch
- for _patch in ../linux512-$__commit/*; do
+ for _patch in ../linux513-$__commit/*; do
[[ $_patch = *.patch ]] || continue
msg2 "Applying patch: $_patch..."
- patch -Np1 < "../linux512-$__commit/$_patch"
+ patch -Np1 < "../linux513-$__commit/$_patch"
done
- git apply -p1 < "../linux512-$__commit/0513-bootsplash.gitpatch"
+ git apply -p1 < "../linux513-$__commit/0513-bootsplash.gitpatch"
# Applying configuration