From cee2fd4c7963a796b286ea728d2d4742ab9d2c0a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 13 Jul 2013 21:37:12 +0200 Subject: [PATCH] linux3.10: update to 3.10.1. --- srcpkgs/linux3.10/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/linux3.10/template b/srcpkgs/linux3.10/template index 5d221fd17a5..7615066dd56 100644 --- a/srcpkgs/linux3.10/template +++ b/srcpkgs/linux3.10/template @@ -1,15 +1,15 @@ # Template file for 'linux3.10' # pkgname=linux3.10 -version=3.10.0 -revision=2 -wrksrc="linux-3.10" +version=3.10.1 +revision=1 +wrksrc="linux-${version}" maintainer="Juan RP " homepage="http://www.kernel.org" license="GPL-2" short_desc="The Linux kernel and modules (3.10 series)" -distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-3.10.tar.xz" -checksum=df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 +distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz" +checksum=dab8647094a985f984928dff6dd3c127c40747412f8543daba018df8bd5319bf only_for_archs="i686 x86_64" makedepends="bc perl kmod>=11_2 openssl which elfutils"