1
0
mirror of https://aur.archlinux.org/linux-vfio.git synced 2024-12-26 06:24:09 +00:00

6.6.9: drop docs

This commit is contained in:
xiota 2024-01-04 09:45:03 -08:00
parent 50aba5a979
commit df4b1624c3
2 changed files with 12 additions and 15 deletions

View File

@ -1,6 +1,6 @@
pkgbase = linux-vfio
pkgdesc = Linux
pkgver = 6.6.8
pkgver = 6.6.9
pkgrel = 1
url = https://www.kernel.org
arch = x86_64
@ -19,19 +19,19 @@ pkgbase = linux-vfio
makedepends = python-sphinx
makedepends = texlive-latexextra
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.8.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.8.tar.sign
source = https://github.com/archlinux/linux/releases/download/v6.6.8-arch1/linux-v6.6.8-arch1.patch.zst
source = https://github.com/archlinux/linux/releases/download/v6.6.8-arch1/linux-v6.6.8-arch1.patch.zst.sig
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.9.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.9.tar.sign
source = https://github.com/archlinux/linux/releases/download/v6.6.9-arch1/linux-v6.6.9-arch1.patch.zst
source = https://github.com/archlinux/linux/releases/download/v6.6.9-arch1/linux-v6.6.9-arch1.patch.zst.sig
source = config
source = 1001-add-acs-overrides.patch
source = 1002-i915-vga-arbiter.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = A2FF3A36AAA56654109064AB19802F8B0D70FC30
sha256sums = 5036c434e11e4b36d8da3f489851f7f829cf785fa7f7887468537a9ea4572416
sha256sums = 8ebc65af0cfc891ba63dce0546583da728434db0f5f6a54d979f25ec47f548b3
sha256sums = SKIP
sha256sums = 77f0ad619945e18ab880733129a49ad0af28c3f2fd7b1ae9bbb6465b5a4cd316
sha256sums = da9d15179f3a0e1b19c57344c6e10b886d598f5256ea6f82adbe2940ccf68b34
sha256sums = SKIP
sha256sums = 18fcff9fa723cef2feb654dae966a149f0ef0fea9dda1780d3de0ff07d4f8ab7
sha256sums = f342986bd27980c96c952b0dd8103d3e21a942d87f18df1308fab370e20010fb
@ -51,6 +51,3 @@ pkgname = linux-vfio
pkgname = linux-vfio-headers
pkgdesc = Headers and scripts for building modules for the Linux kernel (ACS override and i915 VGA arbiter patches)
depends = pahole
pkgname = linux-vfio-docs
pkgdesc = Documentation for the Linux kernel (ACS override and i915 VGA arbiter patches)

View File

@ -8,7 +8,7 @@
_gitname="linux"
_pkgname="$_gitname-vfio"
pkgbase="$_pkgname"
pkgver=6.6.8
pkgver=6.6.9
pkgrel=1
pkgdesc='Linux'
url='https://www.kernel.org'
@ -49,9 +49,9 @@ validpgpkeys=(
A2FF3A36AAA56654109064AB19802F8B0D70FC30 # Jan Alexander Steffens (heftig)
)
sha256sums=(
'5036c434e11e4b36d8da3f489851f7f829cf785fa7f7887468537a9ea4572416'
'8ebc65af0cfc891ba63dce0546583da728434db0f5f6a54d979f25ec47f548b3'
'SKIP'
'77f0ad619945e18ab880733129a49ad0af28c3f2fd7b1ae9bbb6465b5a4cd316'
'da9d15179f3a0e1b19c57344c6e10b886d598f5256ea6f82adbe2940ccf68b34'
'SKIP'
'18fcff9fa723cef2feb654dae966a149f0ef0fea9dda1780d3de0ff07d4f8ab7'
@ -96,7 +96,7 @@ prepare() {
build() {
cd $_srcname
make all
make htmldocs
#make htmldocs
}
_package() {
@ -239,7 +239,7 @@ _package-docs() {
pkgname=(
"$pkgbase"
"$pkgbase-headers"
"$pkgbase-docs"
#"$pkgbase-docs"
)
for _p in "${pkgname[@]}"; do
eval "package_$_p() {