6.4.11.arch2-1

This commit is contained in:
Jan Alexander Steffens (heftig)
2023-08-19 16:24:04 +00:00
parent cfa3061ce1
commit dca726438c

View File

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