summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoregnappahz2023-07-16 01:33:29 +0200
committeregnappahz2023-07-16 01:33:29 +0200
commit3c5ad142c2c13b778b7bc218fde91b11c1d002a9 (patch)
tree456b2c42a2753cf787ae550226ab0c65dbd5fd33 /PKGBUILD
parent4daae624dacdf6824dedb07c09df63bf6b8ba833 (diff)
downloadaur-3c5ad142c2c13b778b7bc218fde91b11c1d002a9.tar.gz
Updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 816953cfaae8..2e7902a536c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ gitver=v6.4.3
patchver=20230105
patchname=more-uarches-for-kernel-5.17+.patch
pkgver=6.4.v.3
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="http://www.kernel.org/"
license=('GPL2')
@@ -25,7 +25,7 @@ source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#ta
)
sha256sums=('SKIP'
#config.x86_64
- '58b86bbc70b50041e4db61237fdfa4efde1ef0d369fa78f9ecea0f30064b9964'
+ '3fc10006ee316dd3a3984e3b7ff6647cbff360113cc5a1a55058aa8ddcd1cfa9'
#.preset file
'e60d58e60c809d5bd6bc2c258bce0e811a818b6a4b9ccb928902e519e90ab6d5'
#linux install file
@@ -73,8 +73,8 @@ prepare() {
build() {
cd "${_srcname}"
- #force znver2
- make ${MAKEFLAGS} LOCALVERSION= bzImage modules KCFLAGS="-O2 -pipe -march=znver2 -mtune=znver2 -fstack-protector-strong"
+ #force znver4
+ make ${MAKEFLAGS} LOCALVERSION= bzImage modules KCFLAGS="-O2 -pipe -march=znver4 -mtune=znver4 -fstack-protector-strong"
}
_package() {