summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHouge Langley2021-03-02 18:52:11 +0800
committerHouge Langley2021-03-02 18:52:11 +0800
commitc417444de4a6fcb0758cb129d5ea89d91af2db08 (patch)
treef4a15414c12496c6476c0941ac756188558cffff
parent396bf6370fe256c7a1f8d966f7ee35d9bcb77c59 (diff)
downloadaur-c417444de4a6fcb0758cb129d5ea89d91af2db08.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 133ff3a6d76d..ddd4ecc2315d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = linux-manjaro-xanmod-cacule-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 da4aae80cfc5..222266246e26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -97,7 +97,7 @@ __commit="2baf9050c4d9887fcde0d015811f81059c215959" # 5.11.1-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')