core/linux-rpi: reword pkgdesc

This commit is contained in:
graysky 2023-12-10 14:44:51 -05:00
parent 39f1c32450
commit 327cbc6cc7

View file

@ -96,7 +96,7 @@ build() {
}
_package() {
pkgdesc="RPi Foundation patched Linux kernel and modules"
pkgdesc="Linux kernel and modules (RPi Foundation fork)"
depends=(
coreutils
firmware-raspberrypi
@ -172,7 +172,7 @@ _package() {
}
_package-headers() {
pkgdesc="RPi Foundation header and scripts for building modules for Linux kernel"
pkgdesc="Headers and scripts for building modules for Linux kernel"
provides=("linux-headers=${pkgver}")
conflicts=('linux-headers')
replaces=('linux-raspberrypi-latest-headers' 'linux-raspberrypi4-headers')