bump to latest version
This commit is contained in:
parent
f0da64475a
commit
c3fd0319eb
8
PKGBUILD
8
PKGBUILD
|
@ -5,7 +5,7 @@
|
||||||
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.7
|
_srcname=linux-3.7
|
||||||
pkgver=3.7.4
|
pkgver=3.7.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -21,9 +21,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
||||||
'change-default-console-loglevel.patch'
|
'change-default-console-loglevel.patch'
|
||||||
'fat-3.6.x.patch')
|
'fat-3.6.x.patch')
|
||||||
md5sums=('21223369d682bcf44bcdfe1521095983'
|
md5sums=('21223369d682bcf44bcdfe1521095983'
|
||||||
'87640faf7264639e1300829d1b292076'
|
'c100b62e571bfb80e8c290e811c0963c'
|
||||||
'ce16969e83a649c3e7d71031b7f752c2'
|
'5a64cad502adfac99e31f3369f5c6826'
|
||||||
'610443591e7d3f619b8250833958eb7e'
|
'4061686ce11675067141b047ed58f61a'
|
||||||
'eb14dcfd80c00852ef81ded6e826826a'
|
'eb14dcfd80c00852ef81ded6e826826a'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'88d501404f172dac6fcb248978251560')
|
'88d501404f172dac6fcb248978251560')
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=
|
KERNEL_NAME=
|
||||||
KERNEL_VERSION=3.7.4-1-ARCH
|
KERNEL_VERSION=3.7.5-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