Sync with Github

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2023-04-28 20:31:01 +02:00
parent e4fac39e4e
commit de7f85e579
No known key found for this signature in database
GPG Key ID: 79AFA05ABDB26C5A
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = linux-cachyos
pkgdesc = Linux EEVDF scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.3.0
pkgrel = 4
pkgrel = 5
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
@ -29,7 +29,7 @@ pkgbase = linux-cachyos
sha256sums = ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e
sha256sums = 54d0470901596286036c20b1537754ba71885cad51452bcb9bf42b92b2175cbe
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
sha256sums = 33214a11db0cbf9b5ba809b4a8e9afc779cc2329ceb0ee5cba0dd773c853fcde
sha256sums = a81babd189054ed217e58688612ad274ffc06f9912094b29be7f1442aa067d42
sha256sums = 600fe991fde111d028a22dae797367c481f8296c84f8bb0df8e19f78c819d99d
pkgname = linux-cachyos

View File

@ -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-none}
_vma_config=${_vma_config-standard}
### 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 EEVDF scheduler Kernel by CachyOS with other patches and improvements'
pkgrel=4
pkgrel=5
_kernver=$pkgver-$pkgrel
arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
@ -844,5 +844,5 @@ done
sha256sums=('ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e'
'54d0470901596286036c20b1537754ba71885cad51452bcb9bf42b92b2175cbe'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
'33214a11db0cbf9b5ba809b4a8e9afc779cc2329ceb0ee5cba0dd773c853fcde'
'a81babd189054ed217e58688612ad274ffc06f9912094b29be7f1442aa067d42'
'600fe991fde111d028a22dae797367c481f8296c84f8bb0df8e19f78c819d99d')