bump to latest version

This commit is contained in:
Tobias Powalowski 2011-08-18 04:57:32 +00:00
parent 0bda118b8c
commit 5a0a5b280f
1 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -ARCH kernel
# pkgname=linux-custom # Build kernel with a different name # pkgname=linux-custom # Build kernel with a different name
_kernelname=${pkgname#linux} _kernelname=${pkgname#linux}
_basekernel=3.0 _basekernel=3.0
pkgver=${_basekernel}.2 pkgver=${_basekernel}.3
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.kernel.org/" url="http://www.kernel.org/"
@ -23,7 +23,7 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-${_basekernel}.tar.bz2
'fix-i915.patch' 'fix-i915.patch'
'change-default-console-loglevel.patch') 'change-default-console-loglevel.patch')
md5sums=('398e95866794def22b12dfbc15ce89c0' md5sums=('398e95866794def22b12dfbc15ce89c0'
'd4ff10b7c9a5d8d0aa4c97579c81b7f9' 'e68b37e9a3fb07f21a4673a7d89359c0'
'fc6aae0fb4d70feff92ec762d29dee45' 'fc6aae0fb4d70feff92ec762d29dee45'
'fd5a1712ddea696eee5255de2d854218' 'fd5a1712ddea696eee5255de2d854218'
'eb14dcfd80c00852ef81ded6e826826a' 'eb14dcfd80c00852ef81ded6e826826a'
@ -280,4 +280,3 @@ package_linux-docs() {
# remove a file already in linux package # remove a file already in linux package
rm -f "${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile" rm -f "${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile"
} }