diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-06-12 15:45:33 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-06-12 15:45:33 +0200 |
commit | 04f94428fd57985b7579f062a3a1ff4605db4c54 (patch) | |
tree | 137488305f218953a10ad3df3a2d36744f25b46b | |
parent | 3a21ca19b4bd5da026503f8fdf878e244283f6f4 (diff) | |
download | linux-kentdobias-master.tar.gz linux-kentdobias-master.tar.bz2 linux-kentdobias-master.zip |
-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} |