New upstream release.

This commit is contained in:
Evangelos Foutras 2013-02-11 19:09:35 +00:00
parent cf6ec395b9
commit 4111cbfc33
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.6 pkgver=3.7.7
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'
'ec61c44f37585a768d41c0439101ef9c' 'e232d2535bbd36fe05c203bacc5b72ea'
'6a6b620836639fa5f989f9c9c2592d6e' '6a6b620836639fa5f989f9c9c2592d6e'
'03666db0cd0a1f59c0b71b41eb2353eb' '03666db0cd0a1f59c0b71b41eb2353eb'
'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.6-1-ARCH KERNEL_VERSION=3.7.7-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'