summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2024-04-29 09:54:02 +0200
committerMikael Eriksson2024-04-29 09:54:02 +0200
commitab8bc6f90bc5e3954a8a0510ff35a047ab3363a2 (patch)
treeeeb49dcea4e2d05d90fd58569485cc19c5383dc5
parent30cef7d455cfe47d0413eebb80361298bc816494 (diff)
downloadaur-ab8bc6f90bc5e3954a8a0510ff35a047ab3363a2.tar.gz
6.9rc6-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 833acf397a29..63889337be3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-mainline
pkgdesc = Linux Mainline
- pkgver = 6.9rc5
+ pkgver = 6.9rc6
pkgrel = 1
url = https://kernel.org/
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = linux-mainline
makedepends = texlive-latexextra
options = !strip
options = !debug
- source = linux-mainline::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v6.9-rc5
+ source = linux-mainline::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v6.9-rc6
source = config
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
diff --git a/PKGBUILD b/PKGBUILD
index a3b86fb1041b..c5baf373b6f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgbase=linux-mainline # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name
-_tag=v6.9-rc5
-pkgver=6.9rc5
+_tag=v6.9-rc6
+pkgver=6.9rc6
pkgrel=1
pkgdesc="Linux Mainline"
arch=(x86_64)
@@ -88,7 +88,8 @@ prepare() {
build() {
cd $_srcname
_make all
- _make htmldocs
+# Disabled for now, fails since python 3.12 with AttributeError: module 'docutils.nodes' has no attribute 'reprunicode'
+#_make htmldocs
}
_package() {
@@ -211,6 +212,8 @@ _package-headers() {
_package-docs() {
pkgdesc="Documentation for the $pkgdesc kernel"
+ return # Disabled
+
cd $_srcname
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"