summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10ba7d193789..dc8c3c11a0b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-tt
pkgdesc = Linux TT scheduler Kernel by CachyOS and with some other patches and other improvements
- pkgver = 5.15.8
- pkgrel = 3
+ pkgver = 5.15.9
+ pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
@@ -19,7 +19,7 @@ pkgbase = linux-tt
makedepends = tar
makedepends = xz
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.8.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.9.tar.xz
source = config
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/TT/0001-tt-r3.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-arch-patches.patch
@@ -101,5 +101,5 @@ pkgname = linux-tt
pkgname = linux-tt-headers
pkgdesc = Headers and scripts for building modules for the Linux TT scheduler Kernel by CachyOS and with some other patches and other improvements
- depends = linux-tt=5.15.8
+ depends = linux-tt=5.15.9
depends = pahole
diff --git a/PKGBUILD b/PKGBUILD
index 5c7949d756fc..7125b64632da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -124,13 +124,13 @@ else
pkgbase=linux-tt
fi
_major=5.15
-_minor=8
+_minor=9
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
arch=(x86_64 x86_64_v3)
pkgdesc='Linux TT scheduler Kernel by CachyOS and with some other patches and other improvements'
_srcname=linux-${pkgver}
-pkgrel=3
+pkgrel=1
arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL2')