summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHouge Langley2021-03-02 18:40:38 +0800
committerHouge Langley2021-03-02 18:40:38 +0800
commit1ba573dd183d2d43c923602116d66f02d5423ba5 (patch)
tree909138ae73bfb6fd822b78643b052a3cdf2ffe46
parent28310318eb580702adf19700257db5888308ae63 (diff)
downloadaur-1ba573dd183d2d43c923602116d66f02d5423ba5.tar.gz
fixed depends miss patch
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58c189e14fb9..0337805e2af0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = linux-manjaro-xanmod-uksm
makedepends = bc
makedepends = libelf
makedepends = cpio
+ makedepends = patch
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
makedepends = graphviz
diff --git a/PKGBUILD b/PKGBUILD
index 26cf8397afe0..f8cd9886dcfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -97,7 +97,7 @@ __commit="546c83f060687c8c83fda71b2a32e7acad5c42ce" # 5.11.2-1
license=(GPL2)
makedepends=(
- xmlto kmod inetutils bc libelf cpio
+ xmlto kmod inetutils bc libelf cpio patch
python-sphinx python-sphinx_rtd_theme graphviz imagemagick git
)
options=('!strip')