mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/linux-tools to 5.0-1
This commit is contained in:
parent
bcb145ce43
commit
b0ede85fcc
1 changed files with 6 additions and 6 deletions
|
@ -20,8 +20,8 @@ pkgname=(
|
|||
'gpio-utils'
|
||||
'iio-utils'
|
||||
)
|
||||
pkgver=4.20
|
||||
pkgrel=2
|
||||
pkgver=5.0
|
||||
pkgrel=1
|
||||
license=('GPL2')
|
||||
arch=('x86_64')
|
||||
url='https://www.kernel.org'
|
||||
|
@ -39,13 +39,13 @@ makedepends+=('glib2' 'sysfsutils' 'udev')
|
|||
# tmon deps
|
||||
makedepends+=('ncurses')
|
||||
groups=("$pkgbase")
|
||||
source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz"
|
||||
# 'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.12.2.xz'
|
||||
source=("https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${pkgver}.tar.xz"
|
||||
# 'https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-4.12.2.xz'
|
||||
'cpupower.default'
|
||||
'cpupower.systemd'
|
||||
'cpupower.service'
|
||||
'usbipd.service')
|
||||
md5sums=('d39dd4ba2d5861c54b90d49be19eaf31'
|
||||
md5sums=('7381ce8aac80a01448e065ce795c19c0'
|
||||
'56883c159381ba89e50ab8ea65efec77'
|
||||
'34f5ecc19770a1abbcd0fd65bfd1f065'
|
||||
'86c4e419e4ba80835c330d49ba3f56ad'
|
||||
|
@ -215,7 +215,7 @@ package_cpupower() {
|
|||
|
||||
package_usbip() {
|
||||
pkgdesc='An USB device sharing system over IP network'
|
||||
depends=('glibc' 'glib2' 'sysfsutils' 'libsystemd')
|
||||
depends=('glibc' 'glib2' 'sysfsutils' 'systemd-libs')
|
||||
|
||||
pushd linux-$pkgver/tools/usb/usbip
|
||||
make install DESTDIR="$pkgdir"
|
||||
|
|
Loading…
Reference in a new issue