6.4.12.arch1-1

This commit is contained in:
Jan Alexander Steffens (heftig)
2023-08-24 07:28:31 +00:00
parent dca726438c
commit 754a4cb9f8

View File

@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux
pkgver=6.4.11.arch2
pkgver=6.4.12.arch1
pkgrel=1
pkgdesc='Linux'
_srctag=v${pkgver%.*}-${pkgver##*.}
@@ -19,6 +19,12 @@ makedepends=(
python
tar
xz
# htmldocs
graphviz
imagemagick
python-sphinx
texlive-latexextra
)
options=('!strip')
_srcname=archlinux-linux
@@ -74,6 +80,7 @@ prepare() {
build() {
cd $_srcname
_make all
_make htmldocs
}
_package() {