diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-05 17:11:26 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-05 17:11:26 -0200 |
commit | 054a892c70928ead86a2e9781c766168b28f1ef4 (patch) | |
tree | bbbbbe8ac26ba53a9d8d0092f2f4897335efb282 /kernels | |
parent | 0a07a57790cf731553d5d1e534acc6019292dedc (diff) |
linux-libre-pae-3.7.6-1: fixing pkgdsc on PKGBUILD
Diffstat (limited to 'kernels')
-rw-r--r-- | kernels/linux-libre-pae/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernels/linux-libre-pae/PKGBUILD b/kernels/linux-libre-pae/PKGBUILD index 4c17141c9..bffe1b1fb 100644 --- a/kernels/linux-libre-pae/PKGBUILD +++ b/kernels/linux-libre-pae/PKGBUILD @@ -93,7 +93,7 @@ build() { } _package() { - pkgdesc="The ${pkgbase} kernel and modules with PAE support (HIGHMEM64G)" + pkgdesc="The ${pkgbase} kernel and modules with pae support (HIGHMEM64G)" [ "${pkgbase}" = "linux-libre" ] && groups=('base') depends=('coreutils' 'linux-libre-firmware' 'kmod' 'mkinitcpio>=0.7') optdepends=('crda: to set the correct wireless channels of your country') |