mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-kirkwood-dt to 5.8.13-1
This commit is contained in:
parent
29d7e601f8
commit
0abce50feb
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-kirkwood-dt
|
|||
_srcname=linux-5.8
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell Kirkwood DT"
|
||||
pkgver=5.8.9
|
||||
pkgver=5.8.13
|
||||
pkgrel=1
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -25,8 +25,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
|||
'config'
|
||||
'linux.preset'
|
||||
'99-linux.hook')
|
||||
|
||||
md5sums=('0e5c4c15266218ef26c50fac0016095b'
|
||||
'76f0d7bc98014e70f9d3dd56dca08bd4'
|
||||
'1f276bf9d1bc12215179a4681c29a573'
|
||||
'6d1c68eff8d3d14855934915b4db629f'
|
||||
'673fa211745465f0af73bfc6d6ace606'
|
||||
'a15280d3ef0605dbdb831049ec71238b'
|
||||
|
@ -36,7 +37,6 @@ md5sums=('0e5c4c15266218ef26c50fac0016095b'
|
|||
'867be2076e40491236a527d8091997f7'
|
||||
'959e49540dac4c5e689ad9037150a360'
|
||||
'79fa396e3f9a09a85156d6d7c2d34b58')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-kirkwood-dt
|
||||
KERNEL_VERSION=5.7.2-1-ARCH
|
||||
KERNEL_VERSION=5.8.13-1-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue