We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a642432 commit b546777Copy full SHA for b546777
.SRCINFO
@@ -20,6 +20,7 @@ pkgbase = linux-rust
20
makedepends = graphviz
21
makedepends = imagemagick
22
makedepends = python-sphinx
23
+ makedepends = python-yaml
24
makedepends = texlive-latexextra
25
options = !strip
26
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.10.tar.xz
PKGBUILD
@@ -25,6 +25,7 @@ makedepends=(
graphviz
imagemagick
27
python-sphinx
28
+ python-yaml
29
texlive-latexextra
30
)
31
options=('!strip')
0 commit comments