summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-05-05 14:47:45 +0200
committerPiotr Gorski2023-05-05 14:47:45 +0200
commite3ba3ca856ecd229d6f63b3077714de04a7e1465 (patch)
tree72c3a9e6725c2d9a5452252b7b50db55b70f4840
parent4e1aa7bdac15af09e2d52f173f36f9a9e602fbd8 (diff)
downloadaur-e3ba3ca856ecd229d6f63b3077714de04a7e1465.tar.gz
Add python as makedepends
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e8e2475a282..84f8395d8708 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-tip-git
pkgdesc = Linux Kernel based on the tip branch
- pkgver = 6.3.r293.gf6065e5060b9
+ pkgver = 6.3.r12785.gda1c4f07aa4d
pkgrel = 1
url = http://www.kernel.org/
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = linux-tip-git
makedepends = perl
makedepends = tar
makedepends = xz
+ makedepends = python
options = !strip
source = git+https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/6.3/arch-patches/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
diff --git a/PKGBUILD b/PKGBUILD
index d73e01b70552..47a5c8d9921d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ _disable_debug=
### Do not edit below this line unless you know what you're doing
pkgbase=linux-tip-git
-pkgver=6.3.r293.gf6065e5060b9
+pkgver=6.3.r12785.gda1c4f07aa4d
_srcname=tip
pkgrel=1
pkgdesc='Linux Kernel based on the tip branch'
@@ -57,7 +57,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}"