mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/linux-tools to 5.9-2
This commit is contained in:
parent
ee1c0a55fc
commit
e55ba625fd
2 changed files with 6 additions and 2 deletions
|
@ -23,7 +23,7 @@ pkgname=(
|
|||
'iio-utils'
|
||||
)
|
||||
pkgver=5.9
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
license=('GPL2')
|
||||
arch=('x86_64')
|
||||
url='https://www.kernel.org'
|
||||
|
@ -45,6 +45,7 @@ makedepends+=('python-docutils')
|
|||
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"
|
||||
"$pkgname-$pkgver-perf-visibility.patch::https://github.com/torvalds/linux/commit/d0e7b0c71fbb.patch"
|
||||
'cpupower.default'
|
||||
'cpupower.systemd'
|
||||
'cpupower.service'
|
||||
|
@ -54,8 +55,9 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${pkgver}.tar.xz"
|
|||
'hv_vss_daemon.service')
|
||||
sha256sums=('3239a4ee1250bf2048be988cc8cb46c487b2c8a0de5b1b032d38394d5c6b1a06'
|
||||
'7edb7b9d06b02f9b88d868c74ab618baf899c94edb19a73291f640dbea55c312'
|
||||
'f29c9f8fc2db88856f02738b4af36c16127e22e2fa5d06f2113784b741011d3c'
|
||||
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
|
||||
'd2e8e5e8b22c6089a91f573aa1c59e442a1f3b67a2c9f047abe3b57d3d6558cc'
|
||||
'b692f4859ed3fd9831a058a450a84d8c409bf7e3e45aac1c2896a14bb83f3d7a'
|
||||
'42d2ec9f1d9cc255ee7945a27301478364ef482f5a6ddfc960189f03725ccec2'
|
||||
'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
|
||||
'16855c197d2334f820cb190312a5a7fffe9165189db01344a957e582e39e17d8'
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Copyright © 2012, Sébastien Luttringer
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
declare -i fail=0
|
||||
|
||||
|
|
Loading…
Reference in a new issue