mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/kernel-headers-musl to 4.19.88-1
This commit is contained in:
parent
6e81539c80
commit
4eb8b6148f
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
|||
# Maintainer: Jens Staal <staal1978@gmail.com>
|
||||
# Maintainer: Sergej Pupykin <arch+pub@sergej.pp.ru>
|
||||
# Maintainer: Eli Schwartz <eschwartz@archlinux.org>
|
||||
# Contributor: Jens Staal <staal1978@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - ensure ARCH is defined as "arm" for v6 and v7
|
||||
|
||||
pkgname=kernel-headers-musl
|
||||
pkgver=3.12.6_6
|
||||
pkgver=4.19.88
|
||||
pkgrel=1
|
||||
pkgdesc="Linux kernel headers sanitized for use with musl libc"
|
||||
arch=('x86_64')
|
||||
|
@ -12,7 +14,7 @@ url="https://github.com/sabotage-linux/kernel-headers"
|
|||
license=('LGPL')
|
||||
depends=('musl')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/sabotage-linux/kernel-headers/archive/v${pkgver/_/-}.tar.gz")
|
||||
sha512sums=('866f01e5fc3f03eb191c0ce8e8a021b21d57bf5b38bdaf0fc75629f17409817358916177f48a90192dcd2678fc1ed3c917f1176ea3bd42b1ccfffe1a7eb2f8ba')
|
||||
sha512sums=('db0239c40399c89cc250b9f1f53b7ec4eb119fde6b25c503aef7e88b80694df3a5e89196a22e66376731764bac83d9120794ee6c601a95b824f1ab770cb45a61')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/kernel-headers-${pkgver/_/-}
|
||||
|
|
Loading…
Reference in a new issue