summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2024-06-12 15:45:33 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2024-06-12 15:45:33 +0200
commit04f94428fd57985b7579f062a3a1ff4605db4c54 (patch)
tree137488305f218953a10ad3df3a2d36744f25b46b
parent3a21ca19b4bd5da026503f8fdf878e244283f6f4 (diff)
downloadlinux-kentdobias-master.tar.gz
linux-kentdobias-master.tar.bz2
linux-kentdobias-master.zip
Added missing makedependsHEADmaster
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5862b4a..7e93171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}