From 2a589ab9cecdcc614fa5bdaa31b15dfe5b6af771 Mon Sep 17 00:00:00 2001 From: graysky Date: Sun, 10 Dec 2023 14:47:30 -0500 Subject: [PATCH] core/linux-rpi-16k: reword pkgdesc --- core/linux-rpi-16k/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/linux-rpi-16k/PKGBUILD b/core/linux-rpi-16k/PKGBUILD index f52c84e3e..523608f27 100644 --- a/core/linux-rpi-16k/PKGBUILD +++ b/core/linux-rpi-16k/PKGBUILD @@ -87,7 +87,7 @@ build() { } _package() { - pkgdesc="RPi Foundation patched Linux kernel and modules with 16k pagesize for bcm2712/RPi5 ONLY" + pkgdesc="Linux kernel and modules (RPi Foundation fork) with 16k pagesize for bcm2712/RPi5 ONLY" depends=( coreutils firmware-raspberrypi @@ -165,7 +165,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' 'linux-rpi-headers')