diff options
author | David P <megver83@parabola.nu> | 2018-08-30 17:03:55 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-08-30 17:04:16 -0300 |
commit | e8952fae058abce2edca95b112e523cff5279736 (patch) | |
tree | d1fa53958491f6a5f8b4fe6e2253703b9b12e2db /kernels | |
parent | 55f53ad5f47a2fa7411eebfcb7fa5d42ed986383 (diff) | |
download | abslibre-e8952fae058abce2edca95b112e523cff5279736.tar.gz abslibre-e8952fae058abce2edca95b112e523cff5279736.tar.bz2 abslibre-e8952fae058abce2edca95b112e523cff5279736.zip |
kernels/linux-libre-pae: change pkgdesc
Signed-off-by: David P <megver83@parabola.nu>
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 3a844b131..39fe3d4fa 100644 --- a/kernels/linux-libre-pae/PKGBUILD +++ b/kernels/linux-libre-pae/PKGBUILD @@ -116,7 +116,7 @@ build() { } _package() { - pkgdesc="The ${pkgbase^} kernel and modules with PAE support (HIGHMEM64G)" + pkgdesc="The ${pkgbase^} kernel and modules with PAE (physical address extension) support" [[ $pkgbase = linux-libre ]] && groups=(base base-openrc) depends=(coreutils linux-libre-firmware kmod mkinitcpio) optdepends=('crda: to set the correct wireless channels of your country') |