mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/linux-tools to 4.16-1
This commit is contained in:
parent
a88422d99b
commit
15810cbe4c
1 changed files with 5 additions and 5 deletions
|
@ -20,12 +20,12 @@ pkgname=(
|
|||
'gpio-utils'
|
||||
'iio-utils'
|
||||
)
|
||||
pkgver=4.15
|
||||
pkgver=4.16
|
||||
pkgrel=1
|
||||
license=('GPL2')
|
||||
arch=('x86_64')
|
||||
url='https://www.kernel.org'
|
||||
options=('!strip' '!distcc')
|
||||
options=('!strip' '!distcc' '!makeflags')
|
||||
makedepends=('git')
|
||||
# split packages need all package dependencies set manually in makedepends
|
||||
# kernel source deps
|
||||
|
@ -45,7 +45,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz"
|
|||
'cpupower.systemd'
|
||||
'cpupower.service'
|
||||
'usbipd.service')
|
||||
md5sums=('0d701ac1e2a67d47ce7127432df2c32b'
|
||||
md5sums=('1357fb4ee7c288fdeac5d4e0048f5c18'
|
||||
'56883c159381ba89e50ab8ea65efec77'
|
||||
'34f5ecc19770a1abbcd0fd65bfd1f065'
|
||||
'86c4e419e4ba80835c330d49ba3f56ad'
|
||||
|
@ -121,12 +121,12 @@ build() {
|
|||
|
||||
msg2 'gpio'
|
||||
pushd linux-$pkgver/tools/gpio
|
||||
make -j1
|
||||
make
|
||||
popd
|
||||
|
||||
msg2 'iio'
|
||||
pushd linux-$pkgver/tools/iio
|
||||
make -j1
|
||||
make
|
||||
popd
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue