From c10244937dd1fb5f5ef75f288632e71858aad27d Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 4 Mar 2013 13:23:40 +0000 Subject: [PATCH] bump to latest version --- PKGBUILD | 14 +++++++------- linux.install | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 2ee23b0..52355da 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.1 +pkgver=3.8.2 pkgrel=1 arch=('i686' 'x86_64') url="http://www.kernel.org/" @@ -18,6 +18,12 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz" # standard config files for mkinitcpio ramdisk 'linux.preset' 'change-default-console-loglevel.patch') +md5sums=('1c738edfc54e7c65faeb90c436104e2f' + 'e282fcff76e975e121e0636018e31a56' + '307107a8b15060e6fc0e48bdaacaed06' + '03b1dad90f3558dba3031901398c1ca4' + 'eb14dcfd80c00852ef81ded6e826826a' + '9d3c56a4b999c8bfbd4018089a62f662') _kernelname=${pkgbase#linux} @@ -309,9 +315,3 @@ for _p in ${pkgname[@]}; do done # vim:set ts=8 sts=2 sw=2 et: -md5sums=('1c738edfc54e7c65faeb90c436104e2f' - '50a68679086c346dddb34dedccfae7ee' - '307107a8b15060e6fc0e48bdaacaed06' - '03b1dad90f3558dba3031901398c1ca4' - 'eb14dcfd80c00852ef81ded6e826826a' - '9d3c56a4b999c8bfbd4018089a62f662') diff --git a/linux.install b/linux.install index 7e21d40..019fe37 100644 --- a/linux.install +++ b/linux.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.8.1-1-ARCH +KERNEL_VERSION=3.8.2-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'