mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/raspberrypi-firmware update
and remove buildarch
This commit is contained in:
parent
df934d2a45
commit
7e7362916e
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
buildarch=20
|
#buildarch=20
|
||||||
|
|
||||||
pkgbase=raspberrypi-firmware
|
pkgbase=raspberrypi-firmware
|
||||||
pkgname=('raspberrypi-firmware'
|
pkgname=('raspberrypi-firmware'
|
||||||
|
@ -6,9 +6,9 @@ pkgname=('raspberrypi-firmware'
|
||||||
'raspberrypi-firmware-bootloader-x'
|
'raspberrypi-firmware-bootloader-x'
|
||||||
'raspberrypi-firmware-tools'
|
'raspberrypi-firmware-tools'
|
||||||
'raspberrypi-firmware-examples')
|
'raspberrypi-firmware-examples')
|
||||||
pkgver=20150203
|
pkgver=20150205
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
_commit=28f1f25e26b33c243c833ff89b70eae5a3b2467c
|
_commit=d426cd1e79f0785fae6c37db79da7d6dae39716d
|
||||||
pkgdesc="Firmware files for Raspberry Pi"
|
pkgdesc="Firmware files for Raspberry Pi"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/raspberrypi/firmware"
|
url="https://github.com/raspberrypi/firmware"
|
||||||
|
@ -16,7 +16,7 @@ makedepends=('git')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
source=("https://github.com/raspberrypi/firmware/archive/${_commit}.tar.gz")
|
source=("https://github.com/raspberrypi/firmware/archive/${_commit}.tar.gz")
|
||||||
md5sums=('0f526984d3aab5c3d9c0d131d03d7acd')
|
md5sums=('d7a4100f70be3d294bbd983dbe6749de')
|
||||||
|
|
||||||
package_raspberrypi-firmware() {
|
package_raspberrypi-firmware() {
|
||||||
depends=('raspberrypi-firmware-bootloader'
|
depends=('raspberrypi-firmware-bootloader'
|
||||||
|
|
Loading…
Reference in a new issue