bump to latest version

This commit is contained in:
Tobias Powalowski 2013-01-22 08:27:13 +00:00
parent 8b32066ee1
commit 5ab0af922a
2 changed files with 3 additions and 3 deletions

View File

@ -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.3 pkgver=3.7.4
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.kernel.org/" url="http://www.kernel.org/"
@ -21,7 +21,7 @@ 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'
'd4aa39ec9610e9fbd7bb4f5aff2c5db8' '87640faf7264639e1300829d1b292076'
'ce16969e83a649c3e7d71031b7f752c2' 'ce16969e83a649c3e7d71031b7f752c2'
'610443591e7d3f619b8250833958eb7e' '610443591e7d3f619b8250833958eb7e'
'eb14dcfd80c00852ef81ded6e826826a' 'eb14dcfd80c00852ef81ded6e826826a'

View File

@ -2,7 +2,7 @@
# arg 2: the old package version # arg 2: the old package version
KERNEL_NAME= KERNEL_NAME=
KERNEL_VERSION=3.7.3-1-ARCH KERNEL_VERSION=3.7.4-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'