summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad154e3d40aa..c35fb814f756 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = linux-ck
pkgver = 5.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.archlinux.org/index.php/Linux-ck
arch = x86_64
license = GPL2
makedepends = bc
makedepends = kmod
makedepends = libelf
+ makedepends = pahole
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.7.1.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.7.1.tar.sign
diff --git a/PKGBUILD b/PKGBUILD
index e9261ebe4744..608fbbd6d4a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,13 +65,13 @@ _localmodcfg=
pkgbase=linux-ck
pkgver=5.7.1
-pkgrel=1
+pkgrel=2
_ckpatchversion=1
arch=(x86_64)
url="https://wiki.archlinux.org/index.php/Linux-ck"
license=(GPL2)
makedepends=(
- bc kmod libelf
+ bc kmod libelf pahole
)
options=('!strip')
_ckpatch="patch-5.7-ck${_ckpatchversion}"