4.16.2-4 (clr 4.16.2-551)
This commit is contained in:
parent
1e5215e7a6
commit
cfbd5d2da5
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgver = 4.16.2
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
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.2.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.2.sign
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.2-550
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.2-551
|
||||
source = https://downloadmirror.intel.com/27591/eng/microcode-20180312.tgz
|
||||
source = 60-linux.hook
|
||||
source = 90-linux.hook
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -5,8 +5,8 @@ pkgbase=linux-clear
|
|||
__basekernel=4.16
|
||||
_minor=2
|
||||
pkgver=${__basekernel}.${_minor}
|
||||
_clearver=${__basekernel}.2-550
|
||||
pkgrel=3
|
||||
_clearver=${__basekernel}.2-551
|
||||
pkgrel=4
|
||||
arch=('x86_64')
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
license=('GPL2')
|
||||
|
@ -53,7 +53,7 @@ prepare() {
|
|||
rm -f firmware/intel-ucode/0f*
|
||||
|
||||
# Apply clearlinux patches
|
||||
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch005|^Patch006|^Patch0115|^Patch200|^Patch0500' | sed -n 's/.*: //p'); do
|
||||
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0115|^Patch0410|^Patch0500|^Patch200' | sed -n 's/.*: //p'); do
|
||||
msg "Applying ${i}"
|
||||
patch -p1 -i "$srcdir/clearlinux/${i}"
|
||||
done
|
||||
|
|
Reference in a new issue