summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Jung2022-06-10 11:32:13 +0200
committerPeter Jung2022-06-10 11:32:13 +0200
commitb8021f0278a3d6762eca035bb475e61c2143a376 (patch)
tree864e8c5b0d400848970359f83284e07eb84f8bb8 /PKGBUILD
parentc5914f3ba1c257e31354dbd1de5a2d8df182ac1c (diff)
downloadaur-b8021f0278a3d6762eca035bb475e61c2143a376.tar.gz
5.18.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8692710236b..4dd5f7986e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -117,11 +117,11 @@ _use_kcfi=
_build_zfs=
if [ -n "$_use_llvm_lto" ]; then
- pkgsuffix=cachyos-${_cpusched}-lto
+ pkgsuffix=${_cpusched}-lto
pkgbase=linux-$pkgsuffix
else
- pkgsuffix=cachyos-${_cpusched}
+ pkgsuffix=${_cpusched}
pkgbase=linux-$pkgsuffix
fi
_major=5.18