4.16.6-2 (clr 4.16.6-563)
This commit is contained in:
parent
f68c91c264
commit
ca510456f4
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgver = 4.16.6
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
@ -16,7 +16,7 @@ pkgbase = linux-clear
|
|||
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.sign
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.6.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.6.sign
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.5-558
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.6-563
|
||||
source = https://downloadmirror.intel.com/27591/eng/microcode-20180312.tgz
|
||||
source = 60-linux.hook
|
||||
source = 90-linux.hook
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -19,8 +19,8 @@ pkgbase=linux-clear
|
|||
__basekernel=4.16
|
||||
_minor=6
|
||||
pkgver=${__basekernel}.${_minor}
|
||||
_clearver=${__basekernel}.5-558
|
||||
pkgrel=1
|
||||
_clearver=${__basekernel}.6-563
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
license=('GPL2')
|
||||
|
@ -67,7 +67,7 @@ prepare() {
|
|||
patch -p1 -i ../patch-${pkgver}
|
||||
|
||||
# Apply clearlinux patches
|
||||
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0115|^Patch0410|^Patch0500|^Patch200' | sed -n 's/.*: //p'); do
|
||||
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0115|^Patch0500|^Patch200' | sed -n 's/.*: //p'); do
|
||||
msg "Applying ${i}"
|
||||
patch -p1 -i "$srcdir/clearlinux/${i}"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue