mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-armv7-rc to 4.4.rc8-2
This commit is contained in:
parent
5613fb087f
commit
b8364ae0a9
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue