From f770ee9f93f65e4e8c19002850789ef54eb381bc Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 14 May 2017 18:11:19 +0200 Subject: [PATCH] linux4.11: fix distfile --- srcpkgs/linux4.11/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/linux4.11/template b/srcpkgs/linux4.11/template index 0a2f53c5e87..59613d07510 100644 --- a/srcpkgs/linux4.11/template +++ b/srcpkgs/linux4.11/template @@ -1,16 +1,15 @@ # Template file for 'linux4.11' pkgname=linux4.11 -_distver=4.11.1 -version=${_distver} -revision=1 +version=4.11.1 +revision=2 patch_args="-Np1" -wrksrc="linux-${_distver%.*}" +wrksrc="linux-${version}" maintainer="Juan RP " homepage="http://www.kernel.org" license="GPL-2" short_desc="The Linux kernel and modules (${version%.*} series)" -distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${_distver%.*}.tar.xz" -checksum=b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6 +distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz" +checksum=7e46f9e216907942b0b07f2bb59708dc33501d4e2a0938164396386ebd21e608 nodebug=yes # -dbg package is generated below manually nostrip=yes