Add missing Arch Linux build dependencies in PKGBUILD

This commit is contained in:
Maximilian Luz 2021-01-08 00:38:36 +01:00
parent a81f3daf43
commit 6032c5c9d0
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ url="https://www.kernel.org/"
arch=(x86_64)
license=(GPL2)
makedepends=(
bc kmod libelf
bc kmod libelf python perl tar xz
xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick
)
options=('!strip')

View file

@ -12,7 +12,7 @@ url="https://git.archlinux.org/linux.git/log/?h=$_srctag"
arch=(x86_64)
license=(GPL2)
makedepends=(
bc kmod libelf
bc kmod libelf python perl tar xz
# we don't need `pahole` as deps because we disable `CONFIG_DEBUG_INFO`
# ignoring deps for docs because we don't build docs package
git