From f86fef942b4f3b07c63e771ad55ac3be317c4472 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Thu, 2 Sep 2021 21:08:16 +0200 Subject: [PATCH] Add wget to makedepends array Fixes https://github.com/Frogging-Family/linux-tkg/issues/299 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 7917f99..ac6fe9a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -64,7 +64,7 @@ pkgdesc='Linux-tkg' arch=('x86_64') # no i686 in here url="http://www.kernel.org/" license=('GPL2') -makedepends=('bison' 'xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf' 'pahole' 'patchutils' 'flex' 'python-sphinx' 'python-sphinx_rtd_theme' 'graphviz' 'imagemagick' 'git' 'cpio' 'perl' 'tar' 'xz') +makedepends=('bison' 'xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf' 'pahole' 'patchutils' 'flex' 'python-sphinx' 'python-sphinx_rtd_theme' 'graphviz' 'imagemagick' 'git' 'cpio' 'perl' 'tar' 'xz' 'wget') if [ "$_compiler_name" = "-llvm" ]; then makedepends+=( 'lld' 'clang' 'llvm') fi