Add missing makedep

This commit is contained in:
Jan Alexander Steffens (heftig) 2024-03-11 04:50:27 +01:00
parent 977f5da04e
commit a4ebba5e38
No known key found for this signature in database
GPG Key ID: B8AC08600F108CDF
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ pkgbase = linux
makedepends = graphviz
makedepends = imagemagick
makedepends = python-sphinx
makedepends = python-yaml
makedepends = texlive-latexextra
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.xz

View File

@ -22,6 +22,7 @@ makedepends=(
graphviz
imagemagick
python-sphinx
python-yaml
texlive-latexextra
)
options=('!strip')