mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/kernel26-raspberrypi bump to remove base group
This commit is contained in:
parent
1b82b82fdb
commit
9292415fbd
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ pkgname=('kernel26-raspberrypi' 'kernel26-headers-raspberrypi')
|
|||
_kernelname=""
|
||||
_basekernel=2.6.35
|
||||
pkgver=${_basekernel}.7
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
makedepends=('xmlto' 'docbook-xsl' 'make' 'python2')
|
||||
arch=(arm)
|
||||
KARCH=arm
|
||||
|
@ -74,7 +74,6 @@ build() {
|
|||
|
||||
package_kernel26-raspberrypi() {
|
||||
pkgdesc="The Linux Kernel and modules - Raspberry Pi"
|
||||
groups=('base')
|
||||
depends=('coreutils' 'module-init-tools>=3.12-2')
|
||||
replaces=('kernel24' 'kernel24-scsi' 'kernel26-scsi'
|
||||
'alsa-driver' 'ieee80211' 'hostap-driver26'
|
||||
|
|
Loading…
Reference in a new issue