Add missing makedep
This commit is contained in:
parent
977f5da04e
commit
a4ebba5e38
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -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
|
||||
|
|
1
PKGBUILD
1
PKGBUILD
|
@ -22,6 +22,7 @@ makedepends=(
|
|||
graphviz
|
||||
imagemagick
|
||||
python-sphinx
|
||||
python-yaml
|
||||
texlive-latexextra
|
||||
)
|
||||
options=('!strip')
|
||||
|
|
Loading…
Reference in a new issue