summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9bae090c4a8..9f9306aa0922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = linux-clear
pkgver = 5.2.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
makedepends = bc
+ makedepends = cpio
makedepends = git
makedepends = inetutils
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.sign
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 = add-acs-overrides.patch::https://aur.archlinux.org/cgit/aur.git/plain/add-acs-overrides.patch?h=linux-vfio
source = 60-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index ce5e3a0f983e..14ece51425b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,14 +65,14 @@ _enable_acs_override="y"
_major=5.2
_minor=13
_srcname=linux-${_major}
-_clr=${_major}.10-828
+_clr=${_major}.11-830
pkgbase=linux-clear
pkgver=${_major}.${_minor}
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
license=('GPL2')
-makedepends=('bc' 'git' 'inetutils' 'kmod' 'libelf' 'xmlto')
+makedepends=('bc' 'cpio' 'git' 'inetutils' 'kmod' 'libelf' 'xmlto')
options=('!strip')
_gcc_more_v='20190822'
source=(