diff --git a/core/linux-raspberrypi4/PKGBUILD b/core/linux-raspberrypi4/PKGBUILD index 5e6ef25b4..f481f6420 100644 --- a/core/linux-raspberrypi4/PKGBUILD +++ b/core/linux-raspberrypi4/PKGBUILD @@ -10,7 +10,7 @@ pkgbase=linux-raspberrypi4 _commit=1faafd963e48eafb3abd555e13496a773d858b02 _srcname=linux-${_commit} _kernelname=${pkgbase#linux} -_desc="Raspberry Pi 3/4/400" +_desc="RPi 3/4/400" pkgver=5.10.63 pkgrel=15 pkgdesc='Linux' @@ -68,7 +68,7 @@ build() { } _package() { - pkgdesc="The Linux Kernel and modules - ${_desc}" + pkgdesc="RPi Foundation patched Linux kernel and modules - ${_desc}" depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7' 'firmware-raspberrypi') optdepends=('crda: to set the correct wireless channels of your country') provides=('kernel26' "linux=${pkgver}" 'WIREGUARD-MODULE') @@ -109,7 +109,7 @@ _package() { } _package-headers() { - pkgdesc="Header files and scripts for building modules for linux kernel - ${_desc}" + pkgdesc="RPi Foundation header and scripts for building modules for Linux kernel - ${_desc}" provides=("linux-headers=${pkgver}") conflicts=('linux-headers') replaces=('linux-raspberrypi-latest-headers')