summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2019-08-25 21:07:35 +0200
committerJosip Ponjavic2019-08-25 21:07:35 +0200
commit55ce66435eb4a40480d9d0508c2ad2056e70bfc2 (patch)
tree2c38341877c19f27a2c47d7b1b857245df3e51d0
parent50be3a8ab51ab82342b97f8d546c78efbbda92f8 (diff)
downloadaur-55ce66435eb4a40480d9d0508c2ad2056e70bfc2.tar.gz
5.2.10-1 (clr 5.2.9-825)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 927e1da4812e..fe20a854032b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear
- pkgver = 5.2.9
- pkgrel = 6
+ pkgver = 5.2.10
+ pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@@ -13,7 +13,7 @@ pkgbase = linux-clear
options = !strip
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.9.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.2.10.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.2.9-825
source = enable_additional_cpu_optimizations-20190714.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20190714.tar.gz
source = add-acs-overrides.patch::https://aur.archlinux.org/cgit/aur.git/plain/add-acs-overrides.patch?h=linux-vfio
@@ -25,7 +25,7 @@ pkgbase = linux-clear
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 54ad66f672e1a831b574f5e704e8a05f1e6180a8245d4bdd811208a6cb0ac1e7
sha256sums = SKIP
- sha256sums = 7edb11f988c1fa13c1c5e75fb42a3b73f02cdd97ceb3459fc942803f643f1f13
+ sha256sums = 6fae3dfa150ea98196acd40e1b8e16b13710d07f607e900e418aa71787f872ff
sha256sums = SKIP
sha256sums = 2466fb4aecc66d1b258b4cbdb2f215b5099f266d8c4386bb62ad1a0acd0caf5b
sha256sums = dbf4ac4b873ce6972e63b78d74ddba18f2701716163bb7f4b4fe5e909346a6e1
diff --git a/PKGBUILD b/PKGBUILD
index 9dad7335131d..fb8fbbc8c098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,12 +63,12 @@ _enable_acs_override="y"
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.2
-_minor=9
+_minor=10
_srcname=linux-${_major}
_clr=${_major}.9-825
pkgbase=linux-clear
pkgver=${_major}.${_minor}
-pkgrel=6
+pkgrel=1
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
license=('GPL2')
@@ -105,7 +105,7 @@ prepare() {
echo "$_kernelname" > localversion.20-pkgname
### Add Clearlinux patches
- for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0125' | sed -n 's/.*: //p'); do
+ for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0125|^Patch0005' | sed -n 's/.*: //p'); do
msg2 "Applying patch ${i}..."
patch -Np1 -i "$srcdir/clearlinux/${i}"
done
@@ -334,7 +334,7 @@ done
sha256sums=('54ad66f672e1a831b574f5e704e8a05f1e6180a8245d4bdd811208a6cb0ac1e7'
'SKIP'
- '7edb11f988c1fa13c1c5e75fb42a3b73f02cdd97ceb3459fc942803f643f1f13'
+ '6fae3dfa150ea98196acd40e1b8e16b13710d07f607e900e418aa71787f872ff'
'SKIP'
'2466fb4aecc66d1b258b4cbdb2f215b5099f266d8c4386bb62ad1a0acd0caf5b'
'dbf4ac4b873ce6972e63b78d74ddba18f2701716163bb7f4b4fe5e909346a6e1'