From 2db272b32d8859661770aae9035be93ed5799e90 Mon Sep 17 00:00:00 2001 From: graysky Date: Tue, 5 Oct 2021 07:38:38 -0400 Subject: [PATCH] core/linux-raspberrypi4: update pkgdesc --- core/linux-raspberrypi4/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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')