5.4.5-2 (clr 5.4.4-879)

This commit is contained in:
Josip Ponjavic 2019-12-18 23:18:00 +01:00
parent 4cda8f22b0
commit 46c3c44e11
2 changed files with 6 additions and 5 deletions

View file

@ -1,13 +1,14 @@
pkgbase = linux-clear pkgbase = linux-clear
pkgdesc = Clear Linux pkgdesc = Clear Linux
pkgver = 5.4.5 pkgver = 5.4.5
pkgrel = 1 pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux url = https://github.com/clearlinux-pkgs/linux
arch = x86_64 arch = x86_64
license = GPL2 license = GPL2
makedepends = bc makedepends = bc
makedepends = cpio makedepends = cpio
makedepends = git makedepends = git
makedepends = inetutils
makedepends = kmod makedepends = kmod
makedepends = libelf makedepends = libelf
makedepends = xmlto makedepends = xmlto
@ -15,7 +16,7 @@ pkgbase = linux-clear
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.sign source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.4.5.xz source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.4.5.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.4.3-877 source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.4.4-879
source = enable_additional_cpu_optimizations-20190822.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20190822.tar.gz source = enable_additional_cpu_optimizations-20190822.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20190822.tar.gz
source = pci-enable-overrides-for-missing-acs-capabilities.patch source = pci-enable-overrides-for-missing-acs-capabilities.patch
source = futex-wait-multiple-5.2.1.patch::https://aur.archlinux.org/cgit/aur.git/plain/futex-wait-multiple-5.2.1.patch?h=linux-fsync source = futex-wait-multiple-5.2.1.patch::https://aur.archlinux.org/cgit/aur.git/plain/futex-wait-multiple-5.2.1.patch?h=linux-fsync

View file

@ -61,15 +61,15 @@ _localmodcfg=
_major=5.4 _major=5.4
_minor=5 _minor=5
_srcname=linux-${_major} _srcname=linux-${_major}
_clr=${_major}.3-877 _clr=${_major}.4-879
pkgbase=linux-clear pkgbase=linux-clear
pkgver=${_major}.${_minor} pkgver=${_major}.${_minor}
pkgrel=1 pkgrel=2
pkgdesc='Clear Linux' pkgdesc='Clear Linux'
arch=('x86_64') arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux" url="https://github.com/clearlinux-pkgs/linux"
license=('GPL2') license=('GPL2')
makedepends=('bc' 'cpio' 'git' 'kmod' 'libelf' 'xmlto') makedepends=('bc' 'cpio' 'git' 'inetutils' 'kmod' 'libelf' 'xmlto')
options=('!strip') options=('!strip')
_gcc_more_v='20190822' _gcc_more_v='20190822'
source=( source=(