diff options
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,7 @@ pkgbase=linux-kentdobias _kver=6.6.33 _zver=2.2.4 pkgver="${_kver}_${_zver}" -pkgrel=1 +pkgrel=2 pkgdesc='Linux' url='https://github.com/archlinux/linux' arch=(x86_64) @@ -29,6 +29,10 @@ makedepends=( clang llvm lld + + git + python-setuptools + python-cffi ) options=('!strip') _srcname=linux-${_kver} |