mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-rpi: reword pkgdesc
This commit is contained in:
parent
39f1c32450
commit
327cbc6cc7
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ build() {
|
|||
}
|
||||
|
||||
_package() {
|
||||
pkgdesc="RPi Foundation patched Linux kernel and modules"
|
||||
pkgdesc="Linux kernel and modules (RPi Foundation fork)"
|
||||
depends=(
|
||||
coreutils
|
||||
firmware-raspberrypi
|
||||
|
@ -172,7 +172,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')
|
||||
replaces=('linux-raspberrypi-latest-headers' 'linux-raspberrypi4-headers')
|
||||
|
|
Loading…
Reference in a new issue