bump to latest version
This commit is contained in:
parent
0bda118b8c
commit
5a0a5b280f
5
PKGBUILD
5
PKGBUILD
|
@ -7,7 +7,7 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -ARCH kernel
|
|||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.0
|
||||
pkgver=${_basekernel}.2
|
||||
pkgver=${_basekernel}.3
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
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'
|
||||
'change-default-console-loglevel.patch')
|
||||
md5sums=('398e95866794def22b12dfbc15ce89c0'
|
||||
'd4ff10b7c9a5d8d0aa4c97579c81b7f9'
|
||||
'e68b37e9a3fb07f21a4673a7d89359c0'
|
||||
'fc6aae0fb4d70feff92ec762d29dee45'
|
||||
'fd5a1712ddea696eee5255de2d854218'
|
||||
'eb14dcfd80c00852ef81ded6e826826a'
|
||||
|
@ -280,4 +280,3 @@ package_linux-docs() {
|
|||
# remove a file already in linux package
|
||||
rm -f "${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue