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