mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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() {
|
_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')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue