summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. Jung2021-11-08 20:21:31 +0100
committerP. Jung2021-11-08 20:21:31 +0100
commit5c0d1a0e2bb1a173a676286bbc56c1f552dbb851 (patch)
tree97359c9406729057fe8df921581bb9f53ea36118
parent837c3396ec464da5e78be592b7460272b2b9faba (diff)
downloadaur-5c0d1a0e2bb1a173a676286bbc56c1f552dbb851.tar.gz
patches
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8138995c672..55bf1ebb3af7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = linux-cachyos-cacule
+pkgbase = linux-cacule
pkgdesc = Linux CacULE scheduler Kernel by CachyOS and with some other patches and other improvements
pkgver = 5.15.1
pkgrel = 3
@@ -82,7 +82,7 @@ pkgbase = linux-cachyos-cacule
sha512sums = f78f8860df7e26dd13ec0cd7b51b1c820886603ceefa38fbb0e3dc297773d04c89c958b244c899cced4d2f5dfbe8da5cf4b6c41d767dc7a7e3c94059101d6d40
sha512sums = a54c01ba42e7d5f9433dacaa21f656d8aefdb6a5228fbca2b8e55b26eb02b35327ae3fd98a26a708452b8559e7f4acb32b6e685e26edc64497d1b7d10c5d86e1
-pkgname = linux-cachyos-cacule
+pkgname = linux-cacule
pkgdesc = The Linux CacULE scheduler Kernel by CachyOS and with some other patches and other improvements kernel and modules
depends = coreutils
depends = kmod
@@ -93,7 +93,7 @@ pkgname = linux-cachyos-cacule
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
-pkgname = linux-cachyos-cacule-headers
+pkgname = linux-cacule-headers
pkgdesc = Headers and scripts for building modules for the Linux CacULE scheduler Kernel by CachyOS and with some other patches and other improvements
- depends = linux-cachyos-cacule=5.15.1
+ depends = linux-cacule=5.15.1
depends = pahole
diff --git a/PKGBUILD b/PKGBUILD
index 3f33648e4292..d1dd4474e8f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -129,13 +129,13 @@ _use_pgo=
if [ "$_cpusched" = "cacule" ] && [ -n "$_use_llvm_lto" ]; then
- pkgbase=linux-cachyos-cacule-lto
+ pkgbase=linux-cacule-lto
elif [ "$_cpusched" = "rdb" ] && [ -n "$_use_llvm_lto" ]; then
- pkgbase=linux-cachyos-cacule-rdb-lto
+ pkgbase=linux-cacule-rdb-lto
elif [ "$_cpusched" = "cacule" ]; then
- pkgbase=linux-cachyos-cacule
+ pkgbase=linux-cacule
elif [ "$_cpusched" = "rdb" ]; then
- pkgbase=linux-cachyos-cacule-rdb
+ pkgbase=linux-cacule-rdb
fi
_major=5.15
_minor=1