Merge pull request #223 from TamCore/patch-5

core/linux-raspberrypi: fix "linux=${pkgver}" in pkginfo
This commit is contained in:
Kevin Mihelich 2012-07-25 12:09:42 -07:00
commit 68a3713ed7

View file

@ -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')