mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-raspberrypi4 to 5.10.32-3
Reorder array items for easier diffing against linux-raspberrypi/PKGBUILD.
This commit is contained in:
parent
aea85dd6b2
commit
fcdf637cff
1 changed files with 9 additions and 10 deletions
|
@ -6,32 +6,31 @@
|
|||
buildarch=12
|
||||
|
||||
pkgbase=linux-raspberrypi4
|
||||
_commit=73cee4f50858d1cb3834fa11d2bc7a1b4b6fe616
|
||||
_commit=05f8d5826e28e9d82485c03b65c18d5013ba13bd
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi 4"
|
||||
pkgver=5.10.32
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('armv7h' 'aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
||||
options=('!strip')
|
||||
source_armv7h=('config' 'config.txt')
|
||||
source_aarch64=('config8' 'config8.txt')
|
||||
source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
||||
'cmdline.txt'
|
||||
'linux.preset'
|
||||
'0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch'
|
||||
'60-linux.hook'
|
||||
'90-linux.hook'
|
||||
0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch
|
||||
)
|
||||
source_armv7h=('config' 'config.txt')
|
||||
source_aarch64=('config8' 'config8.txt')
|
||||
md5sums=('3cd72c2f719063d6f61a3f85ba88fecf'
|
||||
'90-linux.hook')
|
||||
md5sums=('48491272cacd0ecc1afbf4608eb3df2d'
|
||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'441ec084c47cddc53e592fb0cbce4edf'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9')
|
||||
'441ec084c47cddc53e592fb0cbce4edf')
|
||||
md5sums_armv7h=('f1f5720ed7e75792974a56fd2a35371e'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
md5sums_aarch64=('55f75fdc35a4d25f4ca575e0c2feefb1'
|
||||
|
|
Loading…
Reference in a new issue