summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barrett2020-12-27 18:42:00 -0600
committerSteven Barrett2020-12-27 18:42:00 -0600
commitfb5ca25d0fa768a93167e516d0a70e15a21e2f79 (patch)
tree2cdb3bb31a586e3e77ad0bfb7c4ae5c3cdc3d55a
parentd58a39783190e5856d9ffead30dd4a1082ce5a28 (diff)
downloadaur-fb5ca25d0fa768a93167e516d0a70e15a21e2f79.tar.gz
Add python to make depends for bpf
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fac3e3a207b..80f722c2b97b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = linux-lqx
makedepends = kmod
makedepends = libelf
makedepends = cpio
+ makedepends = python
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.sign
diff --git a/PKGBUILD b/PKGBUILD
index 21dc6af5cb1b..12dd1937b667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,7 +64,7 @@ pkgdesc='Linux Liquorix'
url='https://liquorix.net/'
arch=(x86_64)
license=(GPL2)
-makedepends=(bc kmod libelf cpio)
+makedepends=(bc kmod libelf cpio python)
if [ -n "$_htmldocs_enable" ]; then
makedepends+=(xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick)
fi