linux: update to 5.13.
Also move to using linux-base.
This commit is contained in:
parent
6f5582e2c7
commit
1bf9120b96
1 changed files with 3 additions and 18 deletions
|
@ -1,30 +1,15 @@
|
|||
# Template file for 'linux'
|
||||
pkgname=linux
|
||||
version=5.12
|
||||
version=5.13
|
||||
revision=1
|
||||
build_style=meta
|
||||
depends="linux${version} linux-base"
|
||||
short_desc="Linux kernel meta package"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Public Domain"
|
||||
homepage="http://www.voidlinux.org/"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*)
|
||||
depends="linux${version} linux-firmware-amd linux-firmware-intel linux-firmware-nvidia linux-firmware-network dracut"
|
||||
_depends_headers="linux${version}-headers"
|
||||
;;
|
||||
ppc*|armv7l*|aarch64*)
|
||||
depends="linux${version} linux-firmware-amd linux-firmware-nvidia linux-firmware-network dracut"
|
||||
_depends_headers="linux${version}-headers"
|
||||
;;
|
||||
arm*)
|
||||
depends="linux${version}"
|
||||
_depends_headers="linux${version}-headers"
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
|
||||
linux-headers_package() {
|
||||
short_desc="Linux kernel headers meta package"
|
||||
depends="${_depends_headers}"
|
||||
depends="linux${version}-headers"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue