Date: Monday, January 28, 2013 @ 11:43:51 Author: tpowa Revision: 176263
upgpkg: linux 3.7.5-1 bump to latest version Modified: linux/trunk/PKGBUILD linux/trunk/linux.install ---------------+ PKGBUILD | 8 ++++---- linux.install | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-01-28 08:49:28 UTC (rev 176262) +++ PKGBUILD 2013-01-28 10:43:51 UTC (rev 176263) @@ -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.4 +pkgver=3.7.5 pkgrel=1 arch=('i686' 'x86_64') url="http://www.kernel.org/" @@ -21,9 +21,9 @@ 'change-default-console-loglevel.patch' 'fat-3.6.x.patch') md5sums=('21223369d682bcf44bcdfe1521095983' - '87640faf7264639e1300829d1b292076' - 'ce16969e83a649c3e7d71031b7f752c2' - '610443591e7d3f619b8250833958eb7e' + 'c100b62e571bfb80e8c290e811c0963c' + '5a64cad502adfac99e31f3369f5c6826' + '4061686ce11675067141b047ed58f61a' 'eb14dcfd80c00852ef81ded6e826826a' '9d3c56a4b999c8bfbd4018089a62f662' '88d501404f172dac6fcb248978251560') Modified: linux.install =================================================================== --- linux.install 2013-01-28 08:49:28 UTC (rev 176262) +++ linux.install 2013-01-28 10:43:51 UTC (rev 176263) @@ -2,7 +2,7 @@ # arg 2: the old package version 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 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'