From 0b4c5be0f6fa3e5362c6e9212e48770e80b03761 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 4 Jun 2012 09:13:27 +0200 Subject: [PATCH] linux-firmware: use new git repository from kernel.org. --- srcpkgs/linux-firmware/template | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template index 6d3448c49f..a2b67c032e 100644 --- a/srcpkgs/linux-firmware/template +++ b/srcpkgs/linux-firmware/template @@ -1,9 +1,13 @@ # Template file for 'linux-firmware' pkgname=linux-firmware version="$(date -u +%Y%m%d)" +revision=1 +noarch=yes +nofetch=yes +noextract=yes depends="linux-firmware-network>=20120523" makedepends="wget git" -revision=1 +subpackages="${pkgname}-network" short_desc="Binary firmware blobs for the Linux kernel" maintainer="Juan RP " homepage="http://www.kernel.org/" @@ -13,21 +17,13 @@ long_desc=" This package provides binary firmware blobs for misc hardware supported by the Linux kernel." -noarch=yes -nofetch=yes -noextract=yes - replaces="kernel-firmware>=0 radeon-firmware>=0 iwl1000-firmware>=0 iwl3945-firmware>=0 iwl4965-firmware>=0 iwl5000-firmware>=0 rt73usb-firmware>=0 iwl5150-firmware>=0 iwl6000-firmware>=0 rt2800usb>=0 rt61-firmware>=0 ar9170-firmware>=0" -subpackages="${pkgname}-network" - - - do_fetch() { - url="git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git" + local url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git" msg_normal " Fetching source from $url ...\n" git clone ${url} ${pkgname}-${version} }