From b54f7dada3335bdf276081f4a53488bfe6a4b283 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 27 Apr 2013 10:47:26 +0000 Subject: [PATCH] bump to latest version --- PKGBUILD | 4 ++-- linux.install | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c710ba4..5a08391 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=linux # Build stock -ARCH kernel #pkgbase=linux-custom # Build kernel with a different name _srcname=linux-3.8 -pkgver=3.8.9 +pkgver=3.8.10 pkgrel=1 arch=('i686' 'x86_64') url="http://www.kernel.org/" @@ -20,7 +20,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz" 'change-default-console-loglevel.patch' 'alsa-firmware-loading-3.8.8.patch') md5sums=('1c738edfc54e7c65faeb90c436104e2f' - 'b0c0861e8cb99273bfc4570535bbe076' + '973bc1c68bb5f082a66d20c94193d4ee' '838191b72463b4146bc981b602423311' '0bebd8b31487488bd75fe5a1892d0db8' 'eb14dcfd80c00852ef81ded6e826826a' diff --git a/linux.install b/linux.install index fd675e3..057445f 100644 --- a/linux.install +++ b/linux.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.8.9-1-ARCH +KERNEL_VERSION=3.8.10-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'