mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 14:00:40 +08:00
update: linux-phicomm-n1 to 5.8.1
This commit is contained in:
parent
97ba3821f8
commit
18b45f1c7f
1 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@
|
|||
buildarch=8
|
||||
|
||||
pkgbase=linux-phicomm-n1
|
||||
_srcname=linux-5.7
|
||||
_srcname=linux-5.8
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="AArch64 kernel for Phicomm N1"
|
||||
pkgver=5.7.15
|
||||
pkgver=5.8.1
|
||||
pkgrel=1
|
||||
arch=('aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -25,13 +25,13 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
|||
[[ ${pkgver##*.} != 0 ]] && \
|
||||
source+=("http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz")
|
||||
|
||||
md5sums=('f63ed18935914e1ee3e04c2a0ce1ba3b'
|
||||
md5sums=('0e5c4c15266218ef26c50fac0016095b'
|
||||
'caa2dbc19116d818e6d0d46baeca961b'
|
||||
'b5c494212ef9c09cac5bcc68e2af7a14'
|
||||
'30130b4dcd8ad4364ddbfd56c3058d5e'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'bdeb5fb852fd92b4e76b4796db500dd4'
|
||||
'a67a78a14ac609db9429e294bd976e1c')
|
||||
'987e4b7b28558b51c769121637cef827')
|
||||
|
||||
prepare() {
|
||||
cd ${_srcname}
|
||||
|
|
Loading…
Reference in a new issue