summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-04-26 13:08:36 +0200
committerPiotr Gorski2023-04-26 13:08:36 +0200
commitcbf0b5d20df9c32a09aa4e8eee0112b30909966e (patch)
treeed2a205ab1cbff108791c1f916a843f7de6bf72e
parent672375deca11cb207ab964c99a549d2758e9c5a2 (diff)
downloadaur-cbf0b5d20df9c32a09aa4e8eee0112b30909966e.tar.gz
Sync with Github
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e45dc73f765..e965d0f7bad7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-cachyos-tt
pkgdesc = Linux TT scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
diff --git a/PKGBUILD b/PKGBUILD
index 575486da89e7..d4dfa77ff55a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -98,7 +98,7 @@ _lru_config=${_lru_config-standard}
# 'standard' - enable per-VMA locking
# 'stats' - enable per-VMA locking with stats
# 'none' - disable per-VMA locking
-_vma_config=${_vma_config-standard}
+_vma_config=${_vma_config-none}
### Transparent Hugepages
# ATTENTION - one of two predefined values should be selected!
@@ -206,7 +206,7 @@ _stable=${_major}
_srcname=linux-${_stable}
#_srcname=linux-${_major}
pkgdesc='Linux TT scheduler Kernel by CachyOS with other patches and improvements'
-pkgrel=2
+pkgrel=3
_kernver=$pkgver-$pkgrel
arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"