Sync with Github
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
e4fac39e4e
commit
de7f85e579
4
.SRCINFO
4
.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 = 4
|
pkgrel = 5
|
||||||
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
|
||||||
@ -29,7 +29,7 @@ pkgbase = linux-cachyos
|
|||||||
sha256sums = ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e
|
sha256sums = ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e
|
||||||
sha256sums = 54d0470901596286036c20b1537754ba71885cad51452bcb9bf42b92b2175cbe
|
sha256sums = 54d0470901596286036c20b1537754ba71885cad51452bcb9bf42b92b2175cbe
|
||||||
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
|
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
|
||||||
sha256sums = 33214a11db0cbf9b5ba809b4a8e9afc779cc2329ceb0ee5cba0dd773c853fcde
|
sha256sums = a81babd189054ed217e58688612ad274ffc06f9912094b29be7f1442aa067d42
|
||||||
sha256sums = 600fe991fde111d028a22dae797367c481f8296c84f8bb0df8e19f78c819d99d
|
sha256sums = 600fe991fde111d028a22dae797367c481f8296c84f8bb0df8e19f78c819d99d
|
||||||
|
|
||||||
pkgname = linux-cachyos
|
pkgname = linux-cachyos
|
||||||
|
6
PKGBUILD
6
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-none}
|
_vma_config=${_vma_config-standard}
|
||||||
|
|
||||||
### 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=4
|
pkgrel=5
|
||||||
_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"
|
||||||
@ -844,5 +844,5 @@ done
|
|||||||
sha256sums=('ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e'
|
sha256sums=('ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e'
|
||||||
'54d0470901596286036c20b1537754ba71885cad51452bcb9bf42b92b2175cbe'
|
'54d0470901596286036c20b1537754ba71885cad51452bcb9bf42b92b2175cbe'
|
||||||
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
|
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
|
||||||
'33214a11db0cbf9b5ba809b4a8e9afc779cc2329ceb0ee5cba0dd773c853fcde'
|
'a81babd189054ed217e58688612ad274ffc06f9912094b29be7f1442aa067d42'
|
||||||
'600fe991fde111d028a22dae797367c481f8296c84f8bb0df8e19f78c819d99d')
|
'600fe991fde111d028a22dae797367c481f8296c84f8bb0df8e19f78c819d99d')
|
||||||
|
Loading…
Reference in New Issue
Block a user