diff options
author | micros24 | 2024-10-22 10:30:37 +0800 |
---|---|---|
committer | micros24 | 2024-10-22 10:30:37 +0800 |
commit | b47609eabf3f888fd24ca07daa40061206caaeb5 (patch) | |
tree | 3351062fbab5015d463ae3cc2f86c4dabaea4e19 | |
parent | 8a4a68e9cb2cd326e6465d6a925ceb3ae172dcb7 (diff) | |
download | aur-b47609eabf3f888fd24ca07daa40061206caaeb5.tar.gz |
6.11.4-xanmod1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = linux-xanmod-bore pkgdesc = Linux Xanmod (Stable) with BORE CPU scheduler and tickrate customizations - pkgver = 6.11.3 - pkgrel = 2 + pkgver = 6.11.4 + pkgrel = 1 url = http://www.xanmod.org/ arch = x86_64 license = GPL2 @@ -17,7 +17,7 @@ pkgbase = linux-xanmod-bore options = !strip source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.sign - source = patch-6.11.3-xanmod2.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.11.3-xanmod2/patch-6.11.3-xanmod2.xz + source = patch-6.11.4-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.11.4-xanmod1/patch-6.11.4-xanmod1.xz source = choose-gcc-optimization.sh source = https://raw.githubusercontent.com/micros24/linux-xanmod-bore/6.11/0001-bore.patch source = https://raw.githubusercontent.com/micros24/linux-xanmod-bore/6.11/0002-glitched-cfs.patch @@ -27,7 +27,7 @@ pkgbase = linux-xanmod-bore validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E sha256sums = 55d2c6c025ebc27810c748d66325dd5bc601e8d32f8581d9e77673529bdacb2e sha256sums = SKIP - sha256sums = d25af15f6d96a6b52e04f8bcda050df5ef1244de0c7c92db07b5f3ab4edb5ffe + sha256sums = c1d218143c853c373e45e1c3b086c8fdeb6e5c5b7692de6ff45ed6862ed41a5f sha256sums = a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f sha256sums = cefaac2cdc8688282c2ab9c4031e8d6146c92cb0c9fac13f9cf6908f437fbf40 sha256sums = 1f3258ce1842156fcc35ca4775f6ba50f08f8f339b8cfbc3395949bb0e368872 @@ -93,9 +93,9 @@ fi ### IMPORTANT: Do no edit below this line unless you know what you're doing pkgbase=linux-xanmod-bore _major=6.11 -pkgver=${_major}.3 +pkgver=${_major}.4 _branch=6.x -xanmod=2 +xanmod=1 _revision= _sf_branch=main pkgrel=${xanmod} @@ -140,7 +140,7 @@ for _patch in ${_patches[@]}; do done sha256sums=('55d2c6c025ebc27810c748d66325dd5bc601e8d32f8581d9e77673529bdacb2e' # kernel 'SKIP' # kernel signature - 'd25af15f6d96a6b52e04f8bcda050df5ef1244de0c7c92db07b5f3ab4edb5ffe' # xanmod patch + 'c1d218143c853c373e45e1c3b086c8fdeb6e5c5b7692de6ff45ed6862ed41a5f' # xanmod patch 'a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f' # choose-gcc-optimization.sh 'cefaac2cdc8688282c2ab9c4031e8d6146c92cb0c9fac13f9cf6908f437fbf40' # 0001-bore.patch '1f3258ce1842156fcc35ca4775f6ba50f08f8f339b8cfbc3395949bb0e368872' # 0002-glitched-cfs.patch |