summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantman6662023-05-27 19:34:41 +0800
committerantman6662023-05-27 19:34:41 +0800
commit0d8140efd4b9578880945d000144bce284201f18 (patch)
tree8308bac9abf6e0cb83d62d36a2064d7d1782983b
parent057aa31de9343c246740d085e1d156b4f5e71fdd (diff)
downloadaur-0d8140efd4b9578880945d000144bce284201f18.tar.gz
update linux-xanmod-tt-uksm-cjktty to 6.3.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 922efa847c84..57e80deba180 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-tt-uksm-cjktty
pkgdesc = Linux Xanmod. Development branch with the Task Type CPU Scheduler by Hamad Al Marri
- pkgver = 6.3.0
+ pkgver = 6.3.4
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = linux-xanmod-tt-uksm-cjktty
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.3.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.3.tar.sign
- source = https://github.com/antman666/linux-xanmod-tt-uksm-cjktty/releases/download/linux-xanmod-tt_patch/patch-6.3.0-xanmod1-tt.zst
+ source = https://github.com/antman666/linux-xanmod-tt-uksm-cjktty/releases/download/linux-xanmod-tt_patch/patch-6.3.4-xanmod1-tt.zst
source = choose-gcc-optimization.sh
source = 0001-cjktty.patch::https://raw.githubusercontent.com/zhmars/cjktty-patches/master/v6.x/cjktty-6.3.patch
source = 0002-UKSM.patch::https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/6.3/uksmd-cachyos-patches-all/0001-uksmd-cachyos-patches.patch
@@ -28,10 +28,10 @@ pkgbase = linux-xanmod-tt-uksm-cjktty
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e
sha256sums = SKIP
- sha256sums = 6d42828005f682f4a422f9baf7d1c312963511ed7476a684fdf5e6b9b85fbf8d
+ sha256sums = eccd582b2045c3b1993df58be9cbed2c67b5a4171a878b9b9928eb1af7fd8a2e
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
sha256sums = 427b16aeece1b62667ab34d45e43e4f476f5f4875daf8553597c95e2bfa22ef1
- sha256sums = ad0a0597ac206f977047d47974a0c9614f4e8aae95573f9958bd9773f68cdabc
+ sha256sums = eb7d7f0b0c7bca67140cc02109f022f06637b8fed1229d4f37a2d7af5bd38dde
pkgname = linux-xanmod-tt-uksm-cjktty
pkgdesc = The Linux kernel and modules with Xanmod, TaskType, cjktty etc. patches
diff --git a/PKGBUILD b/PKGBUILD
index 3d425bf4a21c..3e3d57dab5a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,8 +64,8 @@ _use_O3=${_use_O3-y}
# Use LLVM Type ( "full" or "thin" )
_use_llvm_type=${_use_llvm_type-'full'}
-# cpufreq gov (available:performance,ondemand,conservative,userspace,schedutil,powersave)
-_cpufreq=${_cpufreq-'performance'}
+# cpufreq gov (available: performance, ondemand, conservative, userspace, schedutil, powersave)
+_cpufreq=${_cpufreq-'schedutil'}
# LRU setting
_use_lru=${_use_lru-y}
@@ -102,7 +102,7 @@ fi
pkgbase=linux-xanmod-tt-uksm-cjktty
_major=6.3
-pkgver=${_major}.0
+pkgver=${_major}.4
_branch=6.x
xanmod=1
pkgrel=${xanmod}
@@ -145,10 +145,10 @@ done
sha256sums=('ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e'
'SKIP'
- '6d42828005f682f4a422f9baf7d1c312963511ed7476a684fdf5e6b9b85fbf8d'
+ 'eccd582b2045c3b1993df58be9cbed2c67b5a4171a878b9b9928eb1af7fd8a2e'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee'
'427b16aeece1b62667ab34d45e43e4f476f5f4875daf8553597c95e2bfa22ef1'
- 'ad0a0597ac206f977047d47974a0c9614f4e8aae95573f9958bd9773f68cdabc')
+ 'eb7d7f0b0c7bca67140cc02109f022f06637b8fed1229d4f37a2d7af5bd38dde')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}
export KBUILD_BUILD_USER=${KBUILD_BUILD_USER:-makepkg}