bump to 3.8.9
This commit is contained in:
parent
c555df9983
commit
ede4c795fe
6
PKGBUILD
6
PKGBUILD
|
@ -4,8 +4,8 @@
|
||||||
pkgbase=linux # Build stock -ARCH kernel
|
pkgbase=linux # Build stock -ARCH kernel
|
||||||
#pkgbase=linux-custom # Build kernel with a different name
|
#pkgbase=linux-custom # Build kernel with a different name
|
||||||
_srcname=linux-3.8
|
_srcname=linux-3.8
|
||||||
pkgver=3.8.8
|
pkgver=3.8.9
|
||||||
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')
|
||||||
|
@ -20,7 +20,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
||||||
'change-default-console-loglevel.patch'
|
'change-default-console-loglevel.patch'
|
||||||
'alsa-firmware-loading-3.8.8.patch')
|
'alsa-firmware-loading-3.8.8.patch')
|
||||||
md5sums=('1c738edfc54e7c65faeb90c436104e2f'
|
md5sums=('1c738edfc54e7c65faeb90c436104e2f'
|
||||||
'08cdcef928c2ca402adf1c444a3c43ac'
|
'b0c0861e8cb99273bfc4570535bbe076'
|
||||||
'838191b72463b4146bc981b602423311'
|
'838191b72463b4146bc981b602423311'
|
||||||
'0bebd8b31487488bd75fe5a1892d0db8'
|
'0bebd8b31487488bd75fe5a1892d0db8'
|
||||||
'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.8.8-2-ARCH
|
KERNEL_VERSION=3.8.9-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