From f6febed79482320243587cd9c3f38178f60936e7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 1 May 2017 15:16:47 +0200 Subject: [PATCH] linux4.11: update to 4.11.0. --- srcpkgs/linux4.11/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/linux4.11/template b/srcpkgs/linux4.11/template index 300f169f7c..f3cda06a91 100644 --- a/srcpkgs/linux4.11/template +++ b/srcpkgs/linux4.11/template @@ -1,17 +1,17 @@ # Template file for 'linux4.11' pkgname=linux4.11 _distver=4.11.0 -_patchver=rc8 +_patchver= version=${_distver}${_patchver} revision=1 patch_args="-Np1" -wrksrc="linux-${_distver%.*}-${_patchver}" +wrksrc="linux-${_distver%.*}${_patchver:+-}" 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/testing/linux-${_distver%.*}-${_patchver}.tar.xz" -checksum=acda201845186cb347b036f23f9bea4990f03f4f604e3bf30837284d99567348 +distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${_distver%.*}${_patchver:+-}.tar.xz" +checksum=b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6 nodebug=yes # -dbg package is generated below manually nostrip=yes