From 2cada2e2d3d48ac20b0eada76bcf6ca4c7e7658b Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Fri, 25 Mar 2022 11:39:20 -0500 Subject: [PATCH] Bump pkgrel. (#478) It will allow automated builds to rebuild the kernels with the recent commits, which will probably fix some issues, especially since the kernel config was changed. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 743b30b..e245983 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -59,7 +59,7 @@ else fi pkgname=("${pkgbase}" "${pkgbase}-headers") pkgver="${_basekernel}"."${_sub}" -pkgrel=247 +pkgrel=248 pkgdesc='Linux-tkg' arch=('x86_64') # no i686 in here url="http://www.kernel.org/"