mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/kernel-headers-musl to 3.12.6_6-1
This commit is contained in:
parent
2000eb3ce3
commit
12d86e750e
1 changed files with 3 additions and 3 deletions
|
@ -4,15 +4,15 @@
|
|||
# - ensure ARCH is defined as "arm" for v6 and v7
|
||||
|
||||
pkgname=kernel-headers-musl
|
||||
pkgver=3.12.6_5
|
||||
pkgrel=2
|
||||
pkgver=3.12.6_6
|
||||
pkgrel=1
|
||||
pkgdesc="Linux kernel headers sanitized for use with musl libc"
|
||||
arch=('x86_64')
|
||||
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=('e76f9b0789f2a2e174f7d2a0bec5d79b10fa7486a202fd29ffbae67657c6b89b947b667e2f2edfac8767b3e8491697b58d92035a8e632717f3f0a79a17bccc60')
|
||||
sha512sums=('866f01e5fc3f03eb191c0ce8e8a021b21d57bf5b38bdaf0fc75629f17409817358916177f48a90192dcd2678fc1ed3c917f1176ea3bd42b1ccfffe1a7eb2f8ba')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/kernel-headers-${pkgver/_/-}
|
||||
|
|
Loading…
Reference in a new issue