diff options
Diffstat (limited to 'kernels')
-rw-r--r-- | kernels/linux-libre-lts-knock/PKGBUILD | 3 | ||||
-rw-r--r-- | kernels/linux-libre-pae/PKGBUILD | 3 | ||||
-rw-r--r-- | kernels/linux-libre-rt/PKGBUILD | 3 | ||||
-rw-r--r-- | kernels/linux-libre-xen/PKGBUILD | 3 | ||||
-rw-r--r-- | kernels/xen-docs/PKGBUILD | 2 |
5 files changed, 5 insertions, 9 deletions
diff --git a/kernels/linux-libre-lts-knock/PKGBUILD b/kernels/linux-libre-lts-knock/PKGBUILD index a254dddaa..2d72f2169 100644 --- a/kernels/linux-libre-lts-knock/PKGBUILD +++ b/kernels/linux-libre-lts-knock/PKGBUILD @@ -1,4 +1,3 @@ -# $Id$ # Contributor (Arch): Tobias Powalowski <tpowa@archlinux.org> # Contributor (Arch): Thomas Baechler <thomas@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> @@ -135,7 +134,7 @@ build() { } _package() { - pkgdesc="The ${pkgbase/linux/Linux} kernel and modules" + pkgdesc="The ${pkgbase^} kernel and modules - stable longtime supported kernel package suitable for servers with support for stealth TCP sockets" [ "${pkgbase}" = "linux-libre" ] && groups=('base') depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7') optdepends=('crda: to set the correct wireless channels of your country') diff --git a/kernels/linux-libre-pae/PKGBUILD b/kernels/linux-libre-pae/PKGBUILD index e024c11e4..ec7336a48 100644 --- a/kernels/linux-libre-pae/PKGBUILD +++ b/kernels/linux-libre-pae/PKGBUILD @@ -1,4 +1,3 @@ -# $Id$ # Contributor (Arch): Tobias Powalowski <tpowa@archlinux.org> # Contributor (Arch): Thomas Baechler <thomas@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> @@ -97,7 +96,7 @@ build() { } _package() { - pkgdesc="The ${pkgbase/linux/Linux} kernel and modules" + pkgdesc="The ${pkgbase^} kernel and modules with PAE support (HIGHMEM64G)" [ "${pkgbase}" = "linux-libre" ] && groups=('base') depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7') optdepends=('crda: to set the correct wireless channels of your country') diff --git a/kernels/linux-libre-rt/PKGBUILD b/kernels/linux-libre-rt/PKGBUILD index 81fbe4842..0934fa247 100644 --- a/kernels/linux-libre-rt/PKGBUILD +++ b/kernels/linux-libre-rt/PKGBUILD @@ -1,4 +1,3 @@ -# $Id$ # Maintainer (Arch): Joakim Hernberg <jbh@alchemy.lu> # Contributor (Arch): Ray Rashif <schiv@archlinux.org> # Contributor (Arch): timbosa <tinny_tim@dodo.com.au> @@ -142,7 +141,7 @@ build() { } _package() { - pkgdesc="The ${pkgbase/linux/Linux} kernel and modules + pkgdesc="The ${pkgbase^} kernel and modules with realtime preemption" [ "${pkgbase}" = "linux-libre" ] && groups=('base') depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7') optdepends=('crda: to set the correct wireless channels of your country') diff --git a/kernels/linux-libre-xen/PKGBUILD b/kernels/linux-libre-xen/PKGBUILD index 7d251f4c5..bfe9c1dc2 100644 --- a/kernels/linux-libre-xen/PKGBUILD +++ b/kernels/linux-libre-xen/PKGBUILD @@ -1,4 +1,3 @@ -# $Id$ # Contributor (Arch): Tobias Powalowski <tpowa@archlinux.org> # Contributor (Arch): Thomas Baechler <thomas@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> @@ -97,7 +96,7 @@ build() { } _package() { - pkgdesc="The ${pkgbase/linux/Linux} kernel and modules" + pkgdesc="The ${pkgbase^} kernel and modules with Xen guest support" [ "${pkgbase}" = "linux-libre" ] && groups=('base') depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7') optdepends=('crda: to set the correct wireless channels of your country') diff --git a/kernels/xen-docs/PKGBUILD b/kernels/xen-docs/PKGBUILD index 9f3cf7b72..6be95b544 100644 --- a/kernels/xen-docs/PKGBUILD +++ b/kernels/xen-docs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xen-docs pkgver=4.4.0 pkgrel=1 pkgdesc="Xen 4 (docs)" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="http://www.xen.org/" license=('GPL') makedepends=('markdown' 'transfig' 'ghostscript') |