5.0.5-2 (clr 5.0.5-724)

This commit is contained in:
Josip Ponjavic 2019-04-02 00:58:50 +02:00
parent 35be4fff86
commit 969699d58a
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = linux-clear
pkgver = 5.0.5
pkgrel = 1
pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@ -15,7 +15,7 @@ pkgbase = linux-clear
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.0.5.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.0.4-722
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.0.5-724
source = intel-ucode-20190312.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20190312.tar.gz
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
source = 60-linux.hook

View file

@ -67,10 +67,10 @@ _rev_override="n"
_major=5.0
_minor=5
_srcname=linux-${_major}
_clr=${_major}.4-722
_clr=${_major}.5-724
pkgbase=linux-clear
pkgver=${_major}.${_minor}
pkgrel=1
pkgrel=2
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
license=('GPL2')