4.20.3-1 (clr 4.20.2-683)
This commit is contained in:
parent
46298dc739
commit
eece6e2567
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgver = 4.20.2
|
pkgver = 4.20.3
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
@ -14,7 +14,7 @@ pkgbase = linux-clear
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.20.tar.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.20.tar.xz
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.20.tar.sign
|
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.20.tar.sign
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.20.2.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.20.3.xz
|
||||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.20.2-683
|
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.20.2-683
|
||||||
source = https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz
|
source = https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz
|
||||||
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
|
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
|
||||||
|
@ -26,7 +26,7 @@ pkgbase = linux-clear
|
||||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||||
sha256sums = ad0823183522e743972382df0aa08fb5ae3077f662b125f1e599b0b2aaa12438
|
sha256sums = ad0823183522e743972382df0aa08fb5ae3077f662b125f1e599b0b2aaa12438
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 5b4fc9453182f74f28cda6e9c59a2b71f61ac862cbe30f67c8d225d72f1fdf10
|
sha256sums = b0ad35e03bb580923bcae60b7041e3e52f1cc42dfd702b1c843a32f8ef851a6c
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40
|
sha256sums = 29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40
|
||||||
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d
|
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -65,12 +65,12 @@ _rev_override="n"
|
||||||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||||
|
|
||||||
_major=4.20
|
_major=4.20
|
||||||
_minor=2
|
_minor=3
|
||||||
_srcname=linux-${_major}
|
_srcname=linux-${_major}
|
||||||
_clr=${_major}.2-683
|
_clr=${_major}.2-683
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=${_major}.${_minor}
|
pkgver=${_major}.${_minor}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/clearlinux-pkgs/linux"
|
url="https://github.com/clearlinux-pkgs/linux"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -83,7 +83,7 @@ source=(
|
||||||
"https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
"https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||||
"clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=${_clr}"
|
"clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=${_clr}"
|
||||||
'https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz'
|
'https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz'
|
||||||
"enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz" # enable_additional_cpu_optimizations_for_gcc
|
"enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz"
|
||||||
'60-linux.hook' # pacman hook for depmod
|
'60-linux.hook' # pacman hook for depmod
|
||||||
'90-linux.hook' # pacman hook for initramfs regeneration
|
'90-linux.hook' # pacman hook for initramfs regeneration
|
||||||
'99-linux.hook' # pacman hook for remove initramfs
|
'99-linux.hook' # pacman hook for remove initramfs
|
||||||
|
@ -339,7 +339,7 @@ done
|
||||||
|
|
||||||
sha256sums=('ad0823183522e743972382df0aa08fb5ae3077f662b125f1e599b0b2aaa12438'
|
sha256sums=('ad0823183522e743972382df0aa08fb5ae3077f662b125f1e599b0b2aaa12438'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'5b4fc9453182f74f28cda6e9c59a2b71f61ac862cbe30f67c8d225d72f1fdf10'
|
'b0ad35e03bb580923bcae60b7041e3e52f1cc42dfd702b1c843a32f8ef851a6c'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40'
|
'29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40'
|
||||||
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'
|
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'
|
||||||
|
|
Loading…
Reference in a new issue