From cf7b5786f1bb5eaa3750764b94f4f4d2bd81ed6d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 1 May 2017 15:19:14 +0200 Subject: [PATCH] linux4.11: ugh... ${var:+} makes it crash too... --- srcpkgs/linux4.11/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux4.11/template b/srcpkgs/linux4.11/template index 7f63c159ed..f2ddca0b9d 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.0 -#_patchver= version=${_distver}${_patchver} revision=1 patch_args="-Np1" -wrksrc="linux-${_distver%.*}${_patchver:+-}" +wrksrc="linux-${_distver%.*}" 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%.*}${_patchver:+-}.tar.xz" +distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${_distver%.*}.tar.xz" checksum=b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6 nodebug=yes # -dbg package is generated below manually