summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD4
2 files changed, 21 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddd4ecc2315d..19ed4c0f531b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,25 @@ pkgbase = linux-manjaro-xanmod-cacule-uksm
makedepends = bc
makedepends = libelf
makedepends = cpio
+ makedepends = make
makedepends = patch
+ makedepends = autoconf
+ makedepends = automake
+ makedepends = binutils
+ makedepends = bison
+ makedepends = fakeroot
+ makedepends = flex
+ makedepends = gcc
+ makedepends = gettext
+ makedepends = grep
+ makedepends = groff
+ makedepends = gzip
+ makedepends = libtool
+ makedepends = m4
+ makedepends = pkgconf
+ makedepends = sed
+ makedepends = which
+ makedepends = texinfo
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
makedepends = graphviz
diff --git a/PKGBUILD b/PKGBUILD
index 222266246e26..378c5c760d38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -97,7 +97,9 @@ __commit="2baf9050c4d9887fcde0d015811f81059c215959" # 5.11.1-1
license=(GPL2)
makedepends=(
- xmlto kmod inetutils bc libelf cpio patch
+ xmlto kmod inetutils bc libelf cpio make patch autoconf automake
+ binutils bison fakeroot flex gcc gettext grep groff gzip libtool m4
+ pkgconf sed which texinfo
python-sphinx python-sphinx_rtd_theme graphviz imagemagick git
)
options=('!strip')