mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/linux-tools: fix
This commit is contained in:
parent
921740a791
commit
02566aac1a
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ pkgrel=1
|
|||
license=('GPL2')
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://www.kernel.org'
|
||||
options=('!strip')
|
||||
options=('!strip' '!distcc')
|
||||
makedepends=('git')
|
||||
# split packages need all package dependencies set manually in makedepends
|
||||
# kernel source deps
|
||||
|
@ -41,7 +41,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz"
|
|||
'cpupower.systemd'
|
||||
'cpupower.service'
|
||||
'usbipd.service')
|
||||
md5sums=('0a68ef3615c64bd5ee54a3320e46667d'
|
||||
md5sums=('b5e7f6b9b2fe1b6cc7bc56a3a0bfc090'
|
||||
'56883c159381ba89e50ab8ea65efec77'
|
||||
'34f5ecc19770a1abbcd0fd65bfd1f065'
|
||||
'86c4e419e4ba80835c330d49ba3f56ad'
|
||||
|
|
Loading…
Reference in a new issue