diff --git a/PKGBUILD b/PKGBUILD index 4456a3b..b5e2b3e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=linux # Build stock -ARCH kernel #pkgbase=linux-custom # Build kernel with a different name _srcname=linux-3.7 -pkgver=3.7.3 +pkgver=3.7.4 pkgrel=1 arch=('i686' 'x86_64') 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' 'fat-3.6.x.patch') md5sums=('21223369d682bcf44bcdfe1521095983' - 'd4aa39ec9610e9fbd7bb4f5aff2c5db8' + '87640faf7264639e1300829d1b292076' 'ce16969e83a649c3e7d71031b7f752c2' '610443591e7d3f619b8250833958eb7e' 'eb14dcfd80c00852ef81ded6e826826a' diff --git a/linux.install b/linux.install index 41aaa74..36e8fa1 100644 --- a/linux.install +++ b/linux.install @@ -2,7 +2,7 @@ # arg 2: the old package version 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 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'