linux: update PKGBUILD

This commit is contained in:
Phil 2011-11-28 11:10:13 +00:00
parent 36e3117f0b
commit c5cda61dbb

View File

@ -9,11 +9,11 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -CHAKRA kernel
# pkgname=linux-custom # Build kernel with a different name
_kernelname=${pkgname#linux}
_basekernel=3.1
pkgver=${_basekernel}.2
pkgrel=2
pkgver=${_basekernel}.3
pkgrel=1
_aufs="3.1-20111114"
makedepends=('xmlto' 'docbook-xsl')
_patchname="patch-${pkgver}-2-CHAKRA"
_patchname="patch-${pkgver}-1-CHAKRA"
arch=(i686 x86_64)
license=('GPL2')
url="http://www.kernel.org"
@ -25,7 +25,7 @@ source=(ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-$_basekernel.tar.bz2
# standard config files for mkinitcpio ramdisk
linux.preset)
md5sums=('8d43453f8159b2332ad410b19d86a931'
'4b3e3d2d8781d56420c1bac64d3b3ff8'
'eeb5dc81b3dde45e5f929e33e8a1207e'
'd00c07285a3ae842bf630f07c66aaf1b'
'10528368b58ebaa90eb9cfb67eb48352'
'b019872ce926de3ec82985fc399832c6')