bump to latest version
This commit is contained in:
parent
80ba817888
commit
9f60222f09
4
PKGBUILD
4
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.2
|
||||
pkgver=${_basekernel}.9
|
||||
pkgver=${_basekernel}.11
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kernel.org/"
|
||||
@ -25,7 +25,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.tar.xz"
|
||||
'i915-gpu-finish.patch'
|
||||
'ext4-options.patch')
|
||||
md5sums=('364066fa18767ec0ae5f4e4abcf9dc51'
|
||||
'3916159a999ee49cd6bd002556c629ad'
|
||||
'39b3efb92f23130c3fd9c3cbdcd9ecb1'
|
||||
'a6913ef2a39541f18bd610cbb8f360ea'
|
||||
'2182f8e0de70498130f7d9d770092c73'
|
||||
'eb14dcfd80c00852ef81ded6e826826a'
|
||||
|
@ -2,7 +2,7 @@
|
||||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=
|
||||
KERNEL_VERSION=3.2.9-1-ARCH
|
||||
KERNEL_VERSION=3.2.11-1-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user