Sync with Github
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
afad575131
commit
281283731e
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = linux-cachyos
|
pkgbase = linux-cachyos
|
||||||
pkgdesc = Linux EEVDF scheduler Kernel by CachyOS with other patches and improvements
|
pkgdesc = Linux EEVDF scheduler Kernel by CachyOS with other patches and improvements
|
||||||
pkgver = 6.3.0
|
pkgver = 6.3.0
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/CachyOS/linux-cachyos
|
url = https://github.com/CachyOS/linux-cachyos
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = x86_64_v3
|
arch = x86_64_v3
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -98,7 +98,7 @@ _lru_config=${_lru_config-standard}
|
||||||
# 'standard' - enable per-VMA locking
|
# 'standard' - enable per-VMA locking
|
||||||
# 'stats' - enable per-VMA locking with stats
|
# 'stats' - enable per-VMA locking with stats
|
||||||
# 'none' - disable per-VMA locking
|
# 'none' - disable per-VMA locking
|
||||||
_vma_config=${_vma_config-standard}
|
_vma_config=${_vma_config-none}
|
||||||
|
|
||||||
### Transparent Hugepages
|
### Transparent Hugepages
|
||||||
# ATTENTION - one of two predefined values should be selected!
|
# ATTENTION - one of two predefined values should be selected!
|
||||||
|
@ -206,7 +206,7 @@ _stable=${_major}
|
||||||
_srcname=linux-${_stable}
|
_srcname=linux-${_stable}
|
||||||
#_srcname=linux-${_major}
|
#_srcname=linux-${_major}
|
||||||
pkgdesc='Linux EEVDF scheduler Kernel by CachyOS with other patches and improvements'
|
pkgdesc='Linux EEVDF scheduler Kernel by CachyOS with other patches and improvements'
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
_kernver=$pkgver-$pkgrel
|
_kernver=$pkgver-$pkgrel
|
||||||
arch=('x86_64' 'x86_64_v3')
|
arch=('x86_64' 'x86_64_v3')
|
||||||
url="https://github.com/CachyOS/linux-cachyos"
|
url="https://github.com/CachyOS/linux-cachyos"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue