From c7f411918a2bdd19e544602e8d40a96dea1cb0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 15 Dec 2022 18:28:13 +0700 Subject: [PATCH] linux6.0: update to 6.0.13. --- srcpkgs/linux6.0/files/mv-debug | 2 +- srcpkgs/linux6.0/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/linux6.0/files/mv-debug b/srcpkgs/linux6.0/files/mv-debug index 8898c928d11..4b0fcabe0e4 100755 --- a/srcpkgs/linux6.0/files/mv-debug +++ b/srcpkgs/linux6.0/files/mv-debug @@ -4,4 +4,4 @@ mkdir -p usr/lib/debug/${mod%/*} $OBJCOPY --only-keep-debug --compress-debug-sections $mod usr/lib/debug/$mod $OBJCOPY --add-gnu-debuglink=${DESTDIR}/usr/lib/debug/$mod $mod /usr/bin/$STRIP --strip-debug $mod -gzip -9 $mod +zstd --rm -19 $mod diff --git a/srcpkgs/linux6.0/template b/srcpkgs/linux6.0/template index e9c86bfef2a..25e48c445bc 100644 --- a/srcpkgs/linux6.0/template +++ b/srcpkgs/linux6.0/template @@ -1,6 +1,6 @@ # Template file for 'linux6.0' pkgname=linux6.0 -version=6.0.12 +version=6.0.13 revision=1 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Đoàn Trần Công Danh " @@ -9,7 +9,7 @@ homepage="https://www.kernel.org" distfiles="https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${version%.*}.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-${version}.xz" checksum="5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e - 7d6222ec959ed7760385394c4f8bd859cac18109c677c91a89e61998aa4914c6" + 061a20ccac50dd8f10e416892a50a2479a15ed67ee0c4dd9160a2829b736841f" skip_extraction="patch-${version}.xz" python_version=3 @@ -23,7 +23,7 @@ noshlibprovides=yes preserve=yes hostmakedepends="tar xz bc elfutils-devel flex gmp-devel kmod libmpc-devel - openssl-devel perl uboot-mkimage cpio pahole python3" + openssl-devel perl uboot-mkimage cpio pahole python3 zstd" _kernver="${version}_${revision}" triggers="kernel-hooks"