core/linux-rpi-16k: reword pkgdesc

This commit is contained in:
graysky 2023-12-10 14:47:30 -05:00
parent 327cbc6cc7
commit 2a589ab9ce

View file

@ -87,7 +87,7 @@ build() {
} }
_package() { _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=( depends=(
coreutils coreutils
firmware-raspberrypi firmware-raspberrypi
@ -165,7 +165,7 @@ _package() {
} }
_package-headers() { _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}") provides=("linux-headers=${pkgver}")
conflicts=('linux-headers' 'linux-rpi-headers') conflicts=('linux-headers' 'linux-rpi-headers')