mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/linux-tools to 5.17-1
This commit is contained in:
parent
be3716cb53
commit
b684a580ab
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,7 @@ pkgname=(
|
|||
'gpio-utils'
|
||||
'iio-utils'
|
||||
)
|
||||
pkgver=5.16
|
||||
pkgver=5.17
|
||||
pkgrel=1
|
||||
license=('GPL2')
|
||||
arch=('x86_64')
|
||||
|
@ -44,6 +44,8 @@ makedepends+=('ncurses')
|
|||
makedepends+=('readline' 'zlib' 'libelf' 'libcap' 'python-docutils')
|
||||
# turbostat deps
|
||||
makedepends+=('libcap')
|
||||
# bpftool
|
||||
makedepends+=('llvm' 'clang')
|
||||
groups=("$pkgbase")
|
||||
source=("https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${pkgver}.tar.xz"
|
||||
# "https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.1.xz"
|
||||
|
|
Loading…
Reference in a new issue