Remove clr version identifier
This commit is contained in:
parent
660c2a1864
commit
bdc18a9e58
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgdesc = Linux kernel with patches from Clear Linux to allow for higher performance.
|
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
|
pkgrel = 1
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -130,7 +130,7 @@ _src_clr=${_kernel_major}.${_clr}
|
||||||
|
|
||||||
# Package information
|
# Package information
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=${_kernel_major}.${_kernel_minor}+clr${_src_clr//-/_}
|
pkgver=${_kernel_major}.${_kernel_minor}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Linux kernel with patches from Clear Linux to allow for higher performance."
|
pkgdesc="Linux kernel with patches from Clear Linux to allow for higher performance."
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
|
|
Loading…
Reference in a new issue