linux-firmware: bump version.

This commit is contained in:
Juan RP 2013-10-28 16:35:34 +01:00
parent 139773e59c
commit 795014c275
1 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'linux-firmware'
pkgname=linux-firmware
version=20130904
version=20131028
revision=1
short_desc="Binary firmware blobs for the Linux kernel"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -24,8 +24,6 @@ do_install() {
linux-firmware-network_package() {
short_desc+=" - network"
noarch=yes
# Some files from main pkg have been moved here.
replaces="linux-firmware<20130430"
pkg_install() {
vmove usr/lib/firmware/3com
vmove usr/lib/firmware/RTL8192E
@ -51,6 +49,6 @@ linux-firmware_package() {
depends="${pkgname}-network-${version}_${revision}"
noarch=yes
pkg_install() {
vmove usr
vmove all
}
}