From c1542071e5b5b291ac609adc3279791354326381 Mon Sep 17 00:00:00 2001 From: graysky Date: Tue, 5 Oct 2021 07:39:43 -0400 Subject: [PATCH] core/linux-raspberrypi: update pkgdesc --- core/linux-raspberrypi/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/linux-raspberrypi/PKGBUILD b/core/linux-raspberrypi/PKGBUILD index 5888b8bdf..960cc2950 100644 --- a/core/linux-raspberrypi/PKGBUILD +++ b/core/linux-raspberrypi/PKGBUILD @@ -10,7 +10,7 @@ pkgbase=linux-raspberrypi _commit=1faafd963e48eafb3abd555e13496a773d858b02 _srcname=linux-${_commit} _kernelname=${pkgbase#linux} -_desc="Raspberry Pi 1 and 2" +_desc="RPi 1 and 2" pkgver=5.10.63 pkgrel=15 pkgdesc='Linux' @@ -65,7 +65,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') @@ -105,7 +105,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')