core/linux-raspberrypi4: update pkgdesc

This commit is contained in:
graysky 2021-10-05 07:38:38 -04:00
parent 652cc4ee5f
commit 2db272b32d

View file

@ -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')