core/linux-armv8-rc to 4.3.rc7-1

This commit is contained in:
Kevin Mihelich 2015-10-26 00:24:01 +00:00
parent fe6427bf08
commit ac22e6c9a2
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
buildarch=8
_rcver=4.3
_rcrel=6
_rcrel=7
pkgbase=linux-armv8-rc
_srcname=linux-4.$((${_rcver##*.}-1))
@ -29,7 +29,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'config'
'linux.preset')
md5sums=('3d5ea06d767e2f35c999eeadafc76523'
'f47326c893ce91f2603d2fd6b8c590fd'
'48647aa3be007156823044b569e6cf79'
'a87ebaf5c2af339ffea8b4192b96b64d'
'cca24878b9021979a56ad71094e3f525'
'13a487bdc9774028c7906dfd8e642bc8'

View file

@ -26,6 +26,6 @@ post_upgrade() {
post_remove() {
# also remove the compat symlinks
rm -f boot/initramfs-linux${KERNEL_NAME}.img
rm -f boot/initramfs-linux${KERNEL_NAME}-fallback.img
rm -f boot/initramfs-linux.img
rm -f boot/initramfs-linux-fallback.img
}