forked from AUR/linux-vfio
Updated package description
This commit is contained in:
parent
0a68c68c70
commit
262fb69bdf
2
.SRCINFO
2
.SRCINFO
@ -33,7 +33,7 @@ pkgbase = linux-vfio
|
|||||||
sha256sums = f86ce528b63f198b84c4d8d92d35329aa4000d462217dc2db03bac5eb693cf19
|
sha256sums = f86ce528b63f198b84c4d8d92d35329aa4000d462217dc2db03bac5eb693cf19
|
||||||
|
|
||||||
pkgname = linux-vfio
|
pkgname = linux-vfio
|
||||||
pkgdesc = The Linux-vfio kernel and modules
|
pkgdesc = The Linux kernel and modules with patches to enable GPU passthrough with KVM
|
||||||
install = linux.install
|
install = linux.install
|
||||||
depends = coreutils
|
depends = coreutils
|
||||||
depends = linux-firmware
|
depends = linux-firmware
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@ -97,7 +97,7 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_package() {
|
_package() {
|
||||||
pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
|
pkgdesc="The Linux kernel and modules with patches to enable GPU passthrough with KVM"
|
||||||
[ "${pkgbase}" = "linux" ] && groups=('base')
|
[ "${pkgbase}" = "linux" ] && groups=('base')
|
||||||
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
||||||
optdepends=('crda: to set the correct wireless channels of your country')
|
optdepends=('crda: to set the correct wireless channels of your country')
|
||||||
|
Loading…
Reference in New Issue
Block a user