Updated package description

This commit is contained in:
Dan Ziemba 2015-01-30 01:35:33 -05:00
parent 0a68c68c70
commit 262fb69bdf
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ pkgbase = linux-vfio
sha256sums = f86ce528b63f198b84c4d8d92d35329aa4000d462217dc2db03bac5eb693cf19
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
depends = coreutils
depends = linux-firmware

View File

@ -97,7 +97,7 @@ build() {
}
_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')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')