summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrevo4ever2022-04-12 01:21:25 +0000
committerrevo4ever2022-04-12 01:21:25 +0000
commit42311a189ea927ffad7e93ecb084c00e1d5a37f4 (patch)
tree216342a2c4593c360823a26754211cf6423c21df
parenteebcc25a18e4444876d7f627f30dfeb60f07e80c (diff)
downloadaur-42311a189ea927ffad7e93ecb084c00e1d5a37f4.tar.gz
5.15.33 Released
-rwxr-xr-x[-rw-r--r--].SRCINFO10
-rwxr-xr-x[-rw-r--r--]PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9139e1e9baaf..cedda705a8f3 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-manjaro-xanmod-tt
pkgdesc = Linux Xanmod TT
- pkgver = 5.15.32
+ pkgver = 5.15.33
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -19,16 +19,16 @@ pkgbase = linux-manjaro-xanmod-tt
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.15.32-xanmod1-tt/patch-5.15.32-xanmod1-tt.xz
+ source = https://github.com/xanmod/linux/releases/download/5.15.33-xanmod1-tt/patch-5.15.33-xanmod1-tt.xz
source = choose-gcc-optimization.sh
- source = https://gitlab.manjaro.org/packages/core/linux515/-/archive/10a676bdf248435bcb1482f9f323c22d14986fac/linux515-10a676bdf248435bcb1482f9f323c22d14986fac.tar.gz
+ source = https://gitlab.manjaro.org/packages/core/linux515/-/archive/cc11d4df9015a517a30f3726540ded8ce9d35bcf/linux515-cc11d4df9015a517a30f3726540ded8ce9d35bcf.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8
sha256sums = SKIP
- sha256sums = cce290968321ca89b70133083da9cb2ee8fc06bb689ab8218f3f2f0a6f34bd93
+ sha256sums = eb1f9eb5f96bc86fe0e27d81db766d9008d49224a142449778a70f7f16fcb375
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
- sha256sums = 6bc83ec5ab5cf920a6dec51367dd1d89be89ccd4413c40446f5a54e6a24daf9c
+ sha256sums = a7b8218770205a4d57a95d82f8013f9fe71fd132b360974a15db58634b61c9d1
pkgname = linux-manjaro-xanmod-tt
pkgdesc = The Linux kernel and modules with Xanmod TT and Manjaro patches (Bootsplash support). Ashmem and binder are enabled
diff --git a/PKGBUILD b/PKGBUILD
index 826de3965dd0..c56c398c62ab 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -76,7 +76,7 @@ fi
pkgbase=linux-manjaro-xanmod-tt
pkgname=("${pkgbase}" "${pkgbase}-headers")
_major=5.15
-pkgver=${_major}.32
+pkgver=${_major}.33
_branch=5.x
xanmod=1
pkgrel=1
@@ -84,7 +84,7 @@ pkgdesc='Linux Xanmod TT'
url="http://www.xanmod.org/"
arch=(x86_64)
-__commit="10a676bdf248435bcb1482f9f323c22d14986fac" # 5.15.32
+__commit="cc11d4df9015a517a30f3726540ded8ce9d35bcf" # 5.15.33
license=(GPL2)
makedepends=(
@@ -111,9 +111,9 @@ done
sha256sums=('57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8'
'SKIP'
- 'cce290968321ca89b70133083da9cb2ee8fc06bb689ab8218f3f2f0a6f34bd93'
+ 'eb1f9eb5f96bc86fe0e27d81db766d9008d49224a142449778a70f7f16fcb375'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee'
- '6bc83ec5ab5cf920a6dec51367dd1d89be89ccd4413c40446f5a54e6a24daf9c')
+ 'a7b8218770205a4d57a95d82f8013f9fe71fd132b360974a15db58634b61c9d1')
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
@@ -150,6 +150,7 @@ prepare() {
rm ../linux${_major//.}-$__commit/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch
rm ../linux${_major//.}-$__commit/0101-i2c-nuvoton-nc677x-hwmon-driver.patch
rm ../linux${_major//.}-$__commit/0102-iomap-iomap_bmap-should-accept-unwritten-maps.patch
+ rm ../linux${_major//.}-$__commit/0202-mt76-mt7921-add-support-for-PCIe-ID-0x7922-0x0608-0x0616.patch
local _patch
for _patch in ../linux${_major//.}-$__commit/*; do