Remove clr version identifier

This commit is contained in:
JeremyStar™ 2024-08-07 00:39:02 +02:00
parent 660c2a1864
commit bdc18a9e58
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
pkgbase = linux-clear
pkgdesc = Linux kernel with patches from Clear Linux to allow for higher performance.
pkgver = 6.10.2+clr6.10.2_1454
pkgver = 6.10.2
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64

View file

@ -130,7 +130,7 @@ _src_clr=${_kernel_major}.${_clr}
# Package information
pkgbase=linux-clear
pkgver=${_kernel_major}.${_kernel_minor}+clr${_src_clr//-/_}
pkgver=${_kernel_major}.${_kernel_minor}
pkgrel=1
pkgdesc="Linux kernel with patches from Clear Linux to allow for higher performance."
arch=("x86_64")