forked from JeremyStarTM/aur-linux-clear
5.2.13-2 (clr 5.2.11-830) Add 'cpio' to makedepends
This commit is contained in:
parent
a3ecb46edb
commit
fbd73a9ce4
2 changed files with 6 additions and 5 deletions
5
.SRCINFO
5
.SRCINFO
|
@ -1,10 +1,11 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgver = 5.2.13
|
pkgver = 5.2.13
|
||||||
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 = git
|
makedepends = git
|
||||||
makedepends = inetutils
|
makedepends = inetutils
|
||||||
makedepends = kmod
|
makedepends = kmod
|
||||||
|
@ -14,7 +15,7 @@ pkgbase = linux-clear
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.2.tar.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.2.tar.xz
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.2.tar.sign
|
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.2.tar.sign
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.2.13.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.2.13.xz
|
||||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.2.10-828
|
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.2.11-830
|
||||||
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 = add-acs-overrides.patch::https://aur.archlinux.org/cgit/aur.git/plain/add-acs-overrides.patch?h=linux-vfio
|
source = add-acs-overrides.patch::https://aur.archlinux.org/cgit/aur.git/plain/add-acs-overrides.patch?h=linux-vfio
|
||||||
source = 60-linux.hook
|
source = 60-linux.hook
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -65,14 +65,14 @@ _enable_acs_override="y"
|
||||||
_major=5.2
|
_major=5.2
|
||||||
_minor=13
|
_minor=13
|
||||||
_srcname=linux-${_major}
|
_srcname=linux-${_major}
|
||||||
_clr=${_major}.10-828
|
_clr=${_major}.11-830
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=${_major}.${_minor}
|
pkgver=${_major}.${_minor}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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' 'git' 'inetutils' '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=(
|
||||||
|
|
Loading…
Reference in a new issue