bump to latest version
This commit is contained in:
parent
c2f1dcd3e5
commit
2e6c610bef
6
PKGBUILD
6
PKGBUILD
@ -7,8 +7,8 @@ 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.4
|
_basekernel=3.4
|
||||||
pkgver=${_basekernel}.2
|
pkgver=${_basekernel}.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
@ -25,7 +25,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.4.tar.xz"
|
|||||||
'i915-fix-ghost-tv-output.patch'
|
'i915-fix-ghost-tv-output.patch'
|
||||||
'3.4.2-rpc_pipefs.patch')
|
'3.4.2-rpc_pipefs.patch')
|
||||||
md5sums=('967f72983655e2479f951195953e8480'
|
md5sums=('967f72983655e2479f951195953e8480'
|
||||||
'ac52d3d82c20c7e80740fc5fb00b6ed4'
|
'3b6cf4f6337346ee78904eb70e2d4e08'
|
||||||
'3f2c307c8ffae67f60c13ef69af8364a'
|
'3f2c307c8ffae67f60c13ef69af8364a'
|
||||||
'18d9d09152bafffaef78f2aac07e7145'
|
'18d9d09152bafffaef78f2aac07e7145'
|
||||||
'eb14dcfd80c00852ef81ded6e826826a'
|
'eb14dcfd80c00852ef81ded6e826826a'
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=
|
KERNEL_NAME=
|
||||||
KERNEL_VERSION=3.4.2-2-ARCH
|
KERNEL_VERSION=3.4.3-1-ARCH
|
||||||
|
|
||||||
# set a sane PATH to ensure that critical utils like depmod will be found
|
# set a sane PATH to ensure that critical utils like depmod will be found
|
||||||
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
|
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
|
||||||
|
Loading…
Reference in New Issue
Block a user