summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Gorski2023-05-05 14:58:18 +0200
committerPiotr Gorski2023-05-05 14:58:18 +0200
commite98c001b57f86583c245b3f7ef3e7699ca6d4157 (patch)
treef3a37162cef4d8b191399c045c24fab1612bf12f /PKGBUILD
parent3d6d67ee236c6010bcef491194ce6689be1581d9 (diff)
downloadaur-e98c001b57f86583c245b3f7ef3e7699ca6d4157.tar.gz
Add python as makedepends
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23bf6cd7013c..3d499685625b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ _disable_debug=y
### Do not edit below this line unless you know what you're doing
pkgbase=linux-next-git
-pkgver=20230428.r0.g92e815cf07ed
+pkgver=20230504.r0.g145e5cddfe8b
_srcname=linux-next
pkgrel=1
pkgdesc='Linux NEXT'
@@ -58,7 +58,7 @@ arch=('x86_64')
url="http://www.kernel.org/"
license=('GPL2')
options=('!strip')
-makedepends=('bc' 'libelf' 'git' 'pahole' 'cpio' 'perl' 'tar' 'xz')
+makedepends=('bc' 'libelf' 'git' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'python')
_lucjanver=6.3
#_lucjanpath="https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/${_lucjanver}"
_lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_lucjanver}"