mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
Merge pull request #223 from TamCore/patch-5
core/linux-raspberrypi: fix "linux=${pkgver}" in pkginfo
This commit is contained in:
commit
68a3713ed7
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ package_linux-raspberrypi() {
|
|||
pkgdesc="The Linux Kernel and modules for Raspberry Pi"
|
||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
provides=('kernel26-raspberrypi' 'linux=${pkgver}')
|
||||
provides=('kernel26-raspberrypi' "linux=${pkgver}")
|
||||
conflicts=('kernel26' 'linux')
|
||||
replaces=('kernel26')
|
||||
install=${pkgname}.install
|
||||
|
@ -137,7 +137,7 @@ package_linux-raspberrypi() {
|
|||
|
||||
package_linux-headers-raspberrypi() {
|
||||
pkgdesc="Header files and scripts for building modules for linux kernel for Raspberry Pi"
|
||||
provides=('kernel26-headers' 'linux-headers=${pkgver}')
|
||||
provides=('kernel26-headers' "linux-headers=${pkgver}")
|
||||
conflicts=('kernel26-headers')
|
||||
replaces=('kernel26-headers')
|
||||
|
||||
|
|
Loading…
Reference in a new issue