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 = graphviz
|
||||||
makedepends = imagemagick
|
makedepends = imagemagick
|
||||||
makedepends = python-sphinx
|
makedepends = python-sphinx
|
||||||
|
makedepends = python-yaml
|
||||||
makedepends = texlive-latexextra
|
makedepends = texlive-latexextra
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.xz
|
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
|
graphviz
|
||||||
imagemagick
|
imagemagick
|
||||||
python-sphinx
|
python-sphinx
|
||||||
|
python-yaml
|
||||||
texlive-latexextra
|
texlive-latexextra
|
||||||
)
|
)
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
|
|
Loading…
Reference in a new issue