summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2020-06-10 08:41:33 -0400
committergraysky2020-06-10 08:41:33 -0400
commit1e76af01bf95667d6b13c9d48fbbf177dcda33ac (patch)
tree177ffa5a0bd359dd2a865f24a26ce812fd0dfa2d
parentb0b10d913f31d37155520286c98ce5282e962060 (diff)
downloadaur-1e76af01bf95667d6b13c9d48fbbf177dcda33ac.tar.gz
Update to 5.7.1-2
-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}"