bump to latest version
This commit is contained in:
parent
782389f518
commit
11992adb93
6
PKGBUILD
6
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.1
|
||||
pkgver=${_basekernel}.6
|
||||
pkgver=${_basekernel}.7
|
||||
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.1.tar.xz"
|
||||
'i915-fix-incorrect-error-message.patch'
|
||||
'usb-add-reset-resume-quirk-for-several-webcams.patch')
|
||||
md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
|
||||
'b59adeac6d593fe993e964ea9e259c42'
|
||||
'499626638e433ffc77f938d0bc63a041'
|
||||
'1e92ea598ca58ef8d73b92863cfef43c'
|
||||
'a5936cb535409a37f31a8f1882454770'
|
||||
'eb14dcfd80c00852ef81ded6e826826a'
|
||||
@ -33,7 +33,7 @@ md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
|
||||
'263725f20c0b9eb9c353040792d644e5'
|
||||
'a50c9076012cb2dda49952dc6ec3e9c1'
|
||||
'52d41fa61e80277ace2b994412a0c856')
|
||||
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/linux-${_basekernel}"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=
|
||||
KERNEL_VERSION=3.1.6-1-ARCH
|
||||
KERNEL_VERSION=3.1.7-1-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user