diff --git a/srcpkgs/rpi-firmware/template b/srcpkgs/rpi-firmware/template index bf10b35cdac..1dcc4df2a6b 100644 --- a/srcpkgs/rpi-firmware/template +++ b/srcpkgs/rpi-firmware/template @@ -1,14 +1,15 @@ # Template file for 'rpi-firmware' +_githash="a62796f" + pkgname=rpi-firmware -version=20131201 +version=20140102 revision=1 -_githash="f7e9bcd" +noarch=yes short_desc="Firmware files for the Raspberry Pi (git ${_githash})" maintainer="Juan RP " license="Propietary - see /usr/share/licences/${pkgname}/" homepage="https://github.com/raspberrypi/firmware" conf_files="/boot/cmdline.txt /boot/config.txt" -noarch="yes" do_fetch() { local url="git://github.com/raspberrypi/firmware.git"