core/linux-armv7-rc to 4.4.rc8-2

This commit is contained in:
Kevin Mihelich 2016-01-09 00:29:52 +00:00
parent 5613fb087f
commit b8364ae0a9

View file

@ -13,7 +13,7 @@ _srcname=linux-${_rcver}-rc${_rcrel}
_kernelname=${pkgbase#linux}
_desc="ARMv7 multi-platform (release candidate)"
pkgver=${_rcver}.rc${_rcrel}
pkgrel=1
pkgrel=2
arch=('armv7h')
url="http://www.kernel.org/"
license=('GPL2')
@ -336,7 +336,7 @@ _package-d3plug() {
_package-chromebook() {
pkgdesc="The Linux Kernel - ${_desc} - Chromebooks"
depends=('linux-armv7')
depends=('linux-armv7-rc')
cd "${srcdir}/${_srcname}"