summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jung2022-06-10 11:32:13 +0200
committerPeter Jung2022-06-10 11:32:13 +0200
commitb8021f0278a3d6762eca035bb475e61c2143a376 (patch)
tree864e8c5b0d400848970359f83284e07eb84f8bb8
parentc5914f3ba1c257e31354dbd1de5a2d8df182ac1c (diff)
downloadaur-b8021f0278a3d6762eca035bb475e61c2143a376.tar.gz
5.18.3-1
-rwxr-xr-x.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efb2b55ad92d..8044fd4b9a11 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = linux-cachyos-cacule
+pkgbase = linux-cacule
pkgdesc = Linux cacULE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 5.18.3
pkgrel = 1
@@ -65,7 +65,7 @@ pkgbase = linux-cachyos-cacule
sha256sums = cb2494f5ad43fd260e26d771305dade3f9499fa1ffaf53cb9ef8c19b66dab7d7
sha256sums = be21f15aeb22b2ca1e35e4975590d30736af0483ea7464e3464a60d993e37e22
-pkgname = linux-cachyos-cacule
+pkgname = linux-cacule
pkgdesc = The Linux cacULE scheduler Kernel by CachyOS with other patches and improvements kernel and modules
depends = coreutils
depends = kmod
@@ -79,7 +79,7 @@ pkgname = linux-cachyos-cacule
provides = KSMBD-MODULE
provides = UKSMD-BUILTIN
-pkgname = linux-cachyos-cacule-headers
+pkgname = linux-cacule-headers
pkgdesc = Headers and scripts for building modules for the Linux cacULE scheduler Kernel by CachyOS with other patches and improvements kernel
depends = pahole
- depends = linux-cachyos-cacule
+ depends = linux-cacule
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