5.2.5-1 (clr 5.2.3-809)
This commit is contained in:
parent
2bb498585e
commit
c7f730590b
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgver = 5.2.4
|
||||
pkgrel = 2
|
||||
pkgver = 5.2.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
@ -14,7 +14,7 @@ pkgbase = linux-clear
|
|||
options = !strip
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.2.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.2.tar.sign
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.2.4.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.2.5.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.2.3-809
|
||||
source = intel-ucode-20190618.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20190618.tar.gz
|
||||
source = enable_additional_cpu_optimizations-20190714.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20190714.tar.gz
|
||||
|
@ -27,7 +27,7 @@ pkgbase = linux-clear
|
|||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = 54ad66f672e1a831b574f5e704e8a05f1e6180a8245d4bdd811208a6cb0ac1e7
|
||||
sha256sums = SKIP
|
||||
sha256sums = 17fb1743904fd03484b0ed353b3975da66d224d030ce4e2fc783dc3cb8ee8714
|
||||
sha256sums = 0cfbe326708f7805517117dfa3b023a6ea48c1af04f72864620bfe30af017a35
|
||||
sha256sums = SKIP
|
||||
sha256sums = 74ec7415988d40fa53686d994cf8cb27accdbd35c5373c4c3afc2e93372ebba5
|
||||
sha256sums = 2466fb4aecc66d1b258b4cbdb2f215b5099f266d8c4386bb62ad1a0acd0caf5b
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -63,12 +63,12 @@ _enable_acs_override="y"
|
|||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||
|
||||
_major=5.2
|
||||
_minor=4
|
||||
_minor=5
|
||||
_srcname=linux-${_major}
|
||||
_clr=${_major}.3-809
|
||||
pkgbase=linux-clear
|
||||
pkgver=${_major}.${_minor}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
license=('GPL2')
|
||||
|
@ -107,7 +107,7 @@ prepare() {
|
|||
echo "$_kernelname" > localversion.20-pkgname
|
||||
|
||||
### Add Clearlinux patches
|
||||
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0125' | sed -n 's/.*: //p'); do
|
||||
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0125|^Patch0002' | sed -n 's/.*: //p'); do
|
||||
msg2 "Applying patch ${i}..."
|
||||
patch -Np1 -i "$srcdir/clearlinux/${i}"
|
||||
done
|
||||
|
@ -341,7 +341,7 @@ done
|
|||
|
||||
sha256sums=('54ad66f672e1a831b574f5e704e8a05f1e6180a8245d4bdd811208a6cb0ac1e7'
|
||||
'SKIP'
|
||||
'17fb1743904fd03484b0ed353b3975da66d224d030ce4e2fc783dc3cb8ee8714'
|
||||
'0cfbe326708f7805517117dfa3b023a6ea48c1af04f72864620bfe30af017a35'
|
||||
'SKIP'
|
||||
'74ec7415988d40fa53686d994cf8cb27accdbd35c5373c4c3afc2e93372ebba5'
|
||||
'2466fb4aecc66d1b258b4cbdb2f215b5099f266d8c4386bb62ad1a0acd0caf5b'
|
||||
|
|
Loading…
Reference in a new issue