mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-23 06:20:41 +08:00
update: linux-phicomm-n1 to 5.7.0
This commit is contained in:
parent
bd381e0210
commit
2cc791b2f3
1 changed files with 4 additions and 5 deletions
|
@ -4,10 +4,10 @@
|
||||||
buildarch=8
|
buildarch=8
|
||||||
|
|
||||||
pkgbase=linux-phicomm-n1
|
pkgbase=linux-phicomm-n1
|
||||||
_srcname=linux-5.6
|
_srcname=linux-5.7
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="AArch64 kernel for Phicomm N1"
|
_desc="AArch64 kernel for Phicomm N1"
|
||||||
pkgver=5.6.15
|
pkgver=5.7.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('aarch64')
|
arch=('aarch64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -25,13 +25,12 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
||||||
[[ ${pkgver##*.} != 0 ]] && \
|
[[ ${pkgver##*.} != 0 ]] && \
|
||||||
source+=("http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz")
|
source+=("http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz")
|
||||||
|
|
||||||
md5sums=('7b9199ec5fa563ece9ed585ffb17798f'
|
md5sums=('f63ed18935914e1ee3e04c2a0ce1ba3b'
|
||||||
'caa2dbc19116d818e6d0d46baeca961b'
|
'caa2dbc19116d818e6d0d46baeca961b'
|
||||||
'b5c494212ef9c09cac5bcc68e2af7a14'
|
'b5c494212ef9c09cac5bcc68e2af7a14'
|
||||||
'30130b4dcd8ad4364ddbfd56c3058d5e'
|
'30130b4dcd8ad4364ddbfd56c3058d5e'
|
||||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||||
'bdeb5fb852fd92b4e76b4796db500dd4'
|
'bdeb5fb852fd92b4e76b4796db500dd4')
|
||||||
'e4e1faef579a6aa16d2c7a92a7a7b0d1')
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ${_srcname}
|
cd ${_srcname}
|
||||||
|
|
Loading…
Reference in a new issue