mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-rpi-16k: reword pkgdesc
This commit is contained in:
parent
327cbc6cc7
commit
2a589ab9ce
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue