mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-raspberrypi: update pkgdesc
This commit is contained in:
parent
2db272b32d
commit
c1542071e5
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ pkgbase=linux-raspberrypi
|
||||||
_commit=1faafd963e48eafb3abd555e13496a773d858b02
|
_commit=1faafd963e48eafb3abd555e13496a773d858b02
|
||||||
_srcname=linux-${_commit}
|
_srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="Raspberry Pi 1 and 2"
|
_desc="RPi 1 and 2"
|
||||||
pkgver=5.10.63
|
pkgver=5.10.63
|
||||||
pkgrel=15
|
pkgrel=15
|
||||||
pkgdesc='Linux'
|
pkgdesc='Linux'
|
||||||
|
@ -65,7 +65,7 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
_package() {
|
_package() {
|
||||||
pkgdesc="The Linux Kernel and modules - ${_desc}"
|
pkgdesc="RPi Foundation patched Linux kernel and modules - ${_desc}"
|
||||||
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7' 'firmware-raspberrypi')
|
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7' 'firmware-raspberrypi')
|
||||||
optdepends=('crda: to set the correct wireless channels of your country')
|
optdepends=('crda: to set the correct wireless channels of your country')
|
||||||
provides=('kernel26' "linux=${pkgver}" 'WIREGUARD-MODULE')
|
provides=('kernel26' "linux=${pkgver}" 'WIREGUARD-MODULE')
|
||||||
|
@ -105,7 +105,7 @@ _package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
_package-headers() {
|
_package-headers() {
|
||||||
pkgdesc="Header files and scripts for building modules for linux kernel - ${_desc}"
|
pkgdesc="RPi Foundation header and scripts for building modules for Linux kernel - ${_desc}"
|
||||||
provides=("linux-headers=${pkgver}")
|
provides=("linux-headers=${pkgver}")
|
||||||
conflicts=('linux-headers')
|
conflicts=('linux-headers')
|
||||||
replaces=('linux-raspberrypi-latest-headers')
|
replaces=('linux-raspberrypi-latest-headers')
|
||||||
|
|
Loading…
Reference in a new issue