From 395fa8ebb20f411a0a37a5dc1f717620ae43f489 Mon Sep 17 00:00:00 2001 From: Esdras Tarsis Date: Sun, 3 May 2020 23:07:28 -0300 Subject: [PATCH 1/2] linux5.6: update to 5.6.10. --- srcpkgs/linux5.6/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux5.6/template b/srcpkgs/linux5.6/template index e2eef62f644..45531036a59 100644 --- a/srcpkgs/linux5.6/template +++ b/srcpkgs/linux5.6/template @@ -1,6 +1,6 @@ # Template file for 'linux5.6' pkgname=linux5.6 -version=5.6.8 +version=5.6.10 revision=1 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" @@ -8,7 +8,7 @@ maintainer="Orphaned " license="GPL-2.0-only" homepage="https://www.kernel.org" distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz" -checksum=19e142ff07a2c8d10116074099b9d845682e74544a2b6c1641f7cb044ac282df +checksum=7bdc96827a9db8de79cd13d74a1c5fe8915674f793e592387f2903cb225801b9 python_version=2 #unverified patch_args="-Np1" From a600a3425442cd1cb593a0bb89fb1957383ca58f Mon Sep 17 00:00:00 2001 From: Esdras Tarsis Date: Mon, 4 May 2020 14:26:09 -0300 Subject: [PATCH 2/2] linux5.6: use python3 [ci skip] --- srcpkgs/linux5.6/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/linux5.6/template b/srcpkgs/linux5.6/template index 45531036a59..9d57ab291be 100644 --- a/srcpkgs/linux5.6/template +++ b/srcpkgs/linux5.6/template @@ -9,7 +9,7 @@ license="GPL-2.0-only" homepage="https://www.kernel.org" distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz" checksum=7bdc96827a9db8de79cd13d74a1c5fe8915674f793e592387f2903cb225801b9 -python_version=2 #unverified +python_version=3 patch_args="-Np1" # XXX Restrict archs until a proper -dotconfig is available in FILESDIR.