diff --git a/.SRCINFO b/.SRCINFO index b81ac7b..f18d536 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index eb594d1..4c73ab1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')