From 6a22e198936bb754f455a7dbe6c84991605d925e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 21 Apr 2020 14:55:08 -0400 Subject: [PATCH] linux4.4: add explicit python_version --- srcpkgs/linux4.4/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux4.4/template b/srcpkgs/linux4.4/template index 12414429b40..c32d3532434 100644 --- a/srcpkgs/linux4.4/template +++ b/srcpkgs/linux4.4/template @@ -1,14 +1,15 @@ # Template file for 'linux4.4' pkgname=linux4.4 version=4.4.218 -revision=1 +revision=2 wrksrc="linux-${version}" +short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Orphaned " -homepage="https://www.kernel.org" license="GPL-2.0-only" -short_desc="The Linux kernel and modules (${version%.*} series)" +homepage="https://www.kernel.org" distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version}.tar.xz" checksum=ea68cb8e9fa255bb1d0402c5aa8f26984f9b1c8607ff3bed5d3284109167f063 +python_version=2 #unverified nocross=yes nodebug=yes