diff options
author | Cecil <knoppmyth@gmail.com> | 2011-07-21 07:33:37 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-07-21 07:33:37 (GMT) |
commit | 8eff6e10d37c282a5eb2e8e295f12c444b7f45bd (patch) | |
tree | b22c4437beea5563bcc74ae8f282d4217c769b09 /abs/core/kernel26/PKGBUILD | |
parent | 57e1941694f1e8dda1558ba4ce4a86656b615e35 (diff) | |
download | linhes_pkgbuild-8eff6e10d37c282a5eb2e8e295f12c444b7f45bd.zip linhes_pkgbuild-8eff6e10d37c282a5eb2e8e295f12c444b7f45bd.tar.gz linhes_pkgbuild-8eff6e10d37c282a5eb2e8e295f12c444b7f45bd.tar.bz2 |
kernel26:Cleanup.
Diffstat (limited to 'abs/core/kernel26/PKGBUILD')
-rw-r--r-- | abs/core/kernel26/PKGBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/abs/core/kernel26/PKGBUILD b/abs/core/kernel26/PKGBUILD index fd6fec3..4677749 100644 --- a/abs/core/kernel26/PKGBUILD +++ b/abs/core/kernel26/PKGBUILD @@ -1,6 +1,4 @@ # $Id: PKGBUILD 130991 2011-07-09 12:23:51Z thomas $ -# Maintainer: Tobias Powalowski <tpowa@archlinux.org> -# Maintainer: Thomas Baechler <thomas@archlinux.org> # Maintainer: Cecil Watson <knoppmyth@gmail.com> pkgbase="kernel26" pkgname=('kernel26' 'kernel26-headers' 'kernel26-docs') # Build stock -ARCH kernel @@ -8,8 +6,7 @@ pkgname=('kernel26' 'kernel26-headers' 'kernel26-docs') # Build stock -ARCH kern _kernelname=${pkgname#kernel26} _basekernel=2.6.39 pkgver=${_basekernel}.3 -pkgrel=7 -depends=('module-init-tools>=3.16') +pkgrel=8 makedepends=('xmlto' 'docbook-xsl') _archpatch=1 _patchname="patch-${pkgver}-${_archpatch}-ARCH" @@ -104,7 +101,7 @@ package_kernel26() { pkgdesc="The Linux Kernel and modules" groups=('base') backup=(etc/mkinitcpio.d/${pkgname}.preset) - depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.12-2' 'mkinitcpio>=0.6.8-2') + depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.12-2' 'mkinitcpio>=0.6.15') # pwc, ieee80211 and hostap-driver26 modules are included in kernel26 now # nforce package support was abandoned by nvidia, kernel modules should cover everything now. # kernel24 support is dropped since glibc24 |