mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Corrections- raspberry pi kernel and firmware for -next 3.6.x Linux
This commit is contained in:
parent
0c3a95f273
commit
8f52d12728
3 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
buildarch=18
|
||||
buildarch=16
|
||||
|
||||
pkgname=raspberrypi-firmware-next
|
||||
pkgver=20121126
|
||||
|
@ -16,7 +16,6 @@ source=('https://github.com/raspberrypi/firmware/archive/next.zip')
|
|||
md5sums=('6e39d086accc4ceddeb687800e9f42dd')
|
||||
provides=('raspberrypi-firmware-next')
|
||||
conflicts=('raspberrypi-firmware')
|
||||
replaces=('raspberrypi-firmware')
|
||||
build() {
|
||||
# msg "Connecting to GIT server...."
|
||||
|
||||
|
|
|
@ -14,8 +14,6 @@ _gitroot=git://github.com/raspberrypi/firmware.git
|
|||
_gitname=firmware
|
||||
provides=('raspberrypi-firmware')
|
||||
conflicts=('raspberrypi-firmware-next')
|
||||
replaces=('raspberrypi-firmware-next')
|
||||
|
||||
build() {
|
||||
msg "Connecting to GIT server...."
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Dave Higham <pepedog@archlinuxarm.org>
|
||||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
||||
buildarch=18
|
||||
buildarch=16
|
||||
|
||||
pkgbase=linux-raspberrypi-next
|
||||
pkgname=('linux-raspberrypi-next' 'linux-headers-raspberrypi-next')
|
||||
|
|
Loading…
Reference in a new issue