Date: Monday, June 18, 2012 @ 04:18:13 Author: tpowa Revision: 161995
upgpkg: linux 3.4.3-1 bump to latest version Modified: linux/trunk/PKGBUILD linux/trunk/linux.install ---------------+ PKGBUILD | 6 +++--- linux.install | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-18 07:33:57 UTC (rev 161994) +++ PKGBUILD 2012-06-18 08:18:13 UTC (rev 161995) @@ -7,8 +7,8 @@ # pkgname=linux-custom # Build kernel with a different name _kernelname=${pkgname#linux} _basekernel=3.4 -pkgver=${_basekernel}.2 -pkgrel=2 +pkgver=${_basekernel}.3 +pkgrel=1 arch=('i686' 'x86_64') url="http://www.kernel.org/" license=('GPL2') @@ -25,7 +25,7 @@ 'i915-fix-ghost-tv-output.patch' '3.4.2-rpc_pipefs.patch') md5sums=('967f72983655e2479f951195953e8480' - 'ac52d3d82c20c7e80740fc5fb00b6ed4' + '3b6cf4f6337346ee78904eb70e2d4e08' '3f2c307c8ffae67f60c13ef69af8364a' '18d9d09152bafffaef78f2aac07e7145' 'eb14dcfd80c00852ef81ded6e826826a' Modified: linux.install =================================================================== --- linux.install 2012-06-18 07:33:57 UTC (rev 161994) +++ linux.install 2012-06-18 08:18:13 UTC (rev 161995) @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.4.2-2-ARCH +KERNEL_VERSION=3.4.3-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'