[arch-commits] Commit in linux/trunk (PKGBUILD)
Tobias Powalowski
tpowa at nymeria.archlinux.org
Thu Jul 4 11:22:35 UTC 2013
Date: Thursday, July 4, 2013 @ 13:22:35
Author: tpowa
Revision: 189670
fix #35997 spell Linux instead of linux
Modified:
linux/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-07-04 11:22:06 UTC (rev 189669)
+++ PKGBUILD 2013-07-04 11:22:35 UTC (rev 189670)
@@ -98,7 +98,7 @@
}
_package() {
- pkgdesc="The ${pkgbase} kernel and modules"
+ pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
@@ -161,7 +161,7 @@
}
_package-headers() {
- pkgdesc="Header files and scripts for building modules for ${pkgbase} kernel"
+ pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel"
provides=("kernel26${_kernelname}-headers=${pkgver}")
conflicts=("kernel26${_kernelname}-headers")
replaces=("kernel26${_kernelname}-headers")
@@ -301,7 +301,7 @@
}
_package-docs() {
- pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase} kernel"
+ pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase/linux/Linux} kernel"
provides=("kernel26${_kernelname}-docs=${pkgver}")
conflicts=("kernel26${_kernelname}-docs")
replaces=("kernel26${_kernelname}-docs")
More information about the arch-commits
mailing list