mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 14:00:40 +08:00
update: linux-phicomm-n1
This commit is contained in:
parent
efb76f8ef6
commit
18ef18ff3f
3 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
pkgbase = linux-phicomm-n1
|
||||
pkgver = 5.2.12
|
||||
pkgver = 5.2.13
|
||||
pkgrel = 1
|
||||
url = http://www.kernel.org/
|
||||
arch = aarch64
|
||||
|
@ -16,14 +16,14 @@ pkgbase = linux-phicomm-n1
|
|||
depends = uboot-tools
|
||||
options = !strip
|
||||
source = http://www.kernel.org/pub/linux/kernel/v5.x/linux-5.2.tar.xz
|
||||
source = http://www.kernel.org/pub/linux/kernel/v5.x/patch-5.2.12.xz
|
||||
source = http://www.kernel.org/pub/linux/kernel/v5.x/patch-5.2.13.xz
|
||||
source = meson-gxl-s905d-phicomm-n1.dts
|
||||
source = config
|
||||
source = linux.preset
|
||||
source = 60-linux.hook
|
||||
source = 90-linux.hook
|
||||
md5sums = ddf994de00d7b18395886dd9b30b9262
|
||||
md5sums = 44dfa2755410b72ee660fa29bfb15af1
|
||||
md5sums = 3310549071f185161b8b605ac43d3dd0
|
||||
md5sums = caa2dbc19116d818e6d0d46baeca961b
|
||||
md5sums = aa697ec98d7e2016a85fb4c237559794
|
||||
md5sums = 66e0ae63183426b28c0ec0c7e10b5e16
|
||||
|
|
|
@ -7,7 +7,7 @@ pkgbase=linux-phicomm-n1
|
|||
_srcname=linux-5.2
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="AArch64 kernel for Phicomm N1"
|
||||
pkgver=5.2.12
|
||||
pkgver=5.2.13
|
||||
pkgrel=1
|
||||
arch=('aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -23,7 +23,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
|||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('ddf994de00d7b18395886dd9b30b9262'
|
||||
'44dfa2755410b72ee660fa29bfb15af1'
|
||||
'3310549071f185161b8b605ac43d3dd0'
|
||||
'caa2dbc19116d818e6d0d46baeca961b'
|
||||
'aa697ec98d7e2016a85fb4c237559794'
|
||||
'66e0ae63183426b28c0ec0c7e10b5e16'
|
||||
|
|
|
@ -5,3 +5,6 @@ timeout:
|
|||
extra:
|
||||
- update:
|
||||
- rm -rf 'src'
|
||||
- failure:
|
||||
- rm -rf 'src_fail'
|
||||
- mv 'src' 'src_fail'
|
||||
|
|
Loading…
Reference in a new issue