summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHouge Langley2021-04-15 09:30:14 +0800
committerHouge Langley2021-04-15 09:30:14 +0800
commitc1b8e7cb69a705d8d3770c5b8afc17dd3ad8a298 (patch)
tree5fa415008aa34b2f317d407437bd2403eaf47113
parent4d855f8f44a60fa3bda27916f80c3bee674ef36c (diff)
downloadaur-c1b8e7cb69a705d8d3770c5b8afc17dd3ad8a298.tar.gz
Update To v5.11.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3384cd714311..8ea7bb3b05ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-manjaro-xanmod-uksm
pkgdesc = Linux Xanmod
- pkgver = 5.11.13
+ pkgver = 5.11.14
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -38,9 +38,9 @@ pkgbase = linux-manjaro-xanmod-uksm
options = !strip
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/HougeLangley/customkernel/releases/download/Kernel-v5.11.x/patch-5.11.13-xanmod1
+ source = https://github.com/HougeLangley/customkernel/releases/download/Kernel-v5.11.x/patch-5.11.14-xanmod1
source = choose-gcc-optimization.sh
- source = https://gitlab.manjaro.org/packages/core/linux511/-/archive/c7855cdcf1efebe4dcdceefeb0e42dbbc7d38196/linux511-c7855cdcf1efebe4dcdceefeb0e42dbbc7d38196.tar.gz
+ source = https://gitlab.manjaro.org/packages/core/linux511/-/archive/f8dca184a6a08a16995719bf2348d930639ebf60/linux511-f8dca184a6a08a16995719bf2348d930639ebf60.tar.gz
source = 0002-UKSM.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
diff --git a/PKGBUILD b/PKGBUILD
index 9c35b6d5c9c4..98d22245a403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -67,7 +67,7 @@ _makenconfig=y
pkgbase=linux-manjaro-xanmod-uksm
pkgname=("${pkgbase}" "${pkgbase}-headers")
-pkgver=5.11.13
+pkgver=5.11.14
_major=5.11
_branch=5.x
xanmod=1
@@ -76,7 +76,7 @@ pkgdesc='Linux Xanmod'
url="http://www.xanmod.org/"
arch=(x86_64)
-__commit="c7855cdcf1efebe4dcdceefeb0e42dbbc7d38196" # 5.11.13-1
+__commit="f8dca184a6a08a16995719bf2348d930639ebf60" # 5.11.14-1
license=(GPL2)
makedepends=(
@@ -88,7 +88,7 @@ makedepends=(
options=('!strip')
_srcname="linux-${pkgver}-xanmod${xanmod}"
source=("https://cdn.kernel.org/pub/linux/kernel/v${_branch}/linux-${_major}.tar."{xz,sign}
- "https://github.com/HougeLangley/customkernel/releases/download/Kernel-v5.11.x/patch-5.11.13-xanmod1"
+ "https://github.com/HougeLangley/customkernel/releases/download/Kernel-v5.11.x/patch-5.11.14-xanmod1"
choose-gcc-optimization.sh
"https://gitlab.manjaro.org/packages/core/linux511/-/archive/${__commit}/linux511-${__commit}.tar.gz"
'0002-UKSM.patch')