mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
linux-firmware: bump version.
This commit is contained in:
parent
139773e59c
commit
795014c275
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux-firmware'
|
# Template file for 'linux-firmware'
|
||||||
pkgname=linux-firmware
|
pkgname=linux-firmware
|
||||||
version=20130904
|
version=20131028
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Binary firmware blobs for the Linux kernel"
|
short_desc="Binary firmware blobs for the Linux kernel"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -24,8 +24,6 @@ do_install() {
|
||||||
linux-firmware-network_package() {
|
linux-firmware-network_package() {
|
||||||
short_desc+=" - network"
|
short_desc+=" - network"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
# Some files from main pkg have been moved here.
|
|
||||||
replaces="linux-firmware<20130430"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/firmware/3com
|
vmove usr/lib/firmware/3com
|
||||||
vmove usr/lib/firmware/RTL8192E
|
vmove usr/lib/firmware/RTL8192E
|
||||||
|
@ -51,6 +49,6 @@ linux-firmware_package() {
|
||||||
depends="${pkgname}-network-${version}_${revision}"
|
depends="${pkgname}-network-${version}_${revision}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue