summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2020-05-06 10:48:54 +0200
committerJosip Ponjavic2020-05-06 10:48:54 +0200
commit16e64b39cff5174fd6ebebc028e1d61b77cb9a5f (patch)
treea47dfae32b33d4ab913b98cf446a01080c378828
parentdf9826ae174c7c3df57862d4c56ae65196586cc9 (diff)
downloadaur-16e64b39cff5174fd6ebebc028e1d61b77cb9a5f.tar.gz
5.6.10.5-1 (clr 5.6.10-63)
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7e94d9a3981..609df086accd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear-preempt-rt
pkgdesc = Clear Linux Preempt-RT
- pkgver = 5.6.4.3
+ pkgver = 5.6.10.5
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux-preempt-rt
arch = x86_64
@@ -12,16 +12,16 @@ pkgbase = linux-clear-preempt-rt
makedepends = libelf
makedepends = xmlto
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.4.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.4.tar.sign
- source = https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.6/patch-5.6.4-rt3.patch.xz
- source = clearlinux-preempt-rt::git+https://github.com/clearlinux-pkgs/linux-preempt-rt.git#tag=5.6.4-62
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.10.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.10.tar.sign
+ source = https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.6/patch-5.6.10-rt5.patch.xz
+ source = clearlinux-preempt-rt::git+https://github.com/clearlinux-pkgs/linux-preempt-rt.git#tag=5.6.10-63
source = enable_additional_cpu_optimizations-20191217.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20191217.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 5df1741e550cb6fa7471530f42da98bac5093e693e2c4f3aef4393d8135b9d91
+ sha256sums = 7bdc96827a9db8de79cd13d74a1c5fe8915674f793e592387f2903cb225801b9
sha256sums = SKIP
- sha256sums = a9bb755ad66269d209c7b1f66034be9eae0901ea8440bab7b5c2ad1a2ec7eed5
+ sha256sums = f712f8225069bc2cc6cf5080724483dff871fb5bdf41bdeeeb00a0087a28c116
sha256sums = SKIP
sha256sums = 7a4a209de815f4bae49c7c577c0584c77257e3953ac4324d2aa425859ba657f5
@@ -35,6 +35,7 @@ pkgname = linux-clear-preempt-rt
optdepends = linux-firmware: firmware images needed for some devices
optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
provides = VIRTUALBOX-GUEST-MODULES
+ provides = WIREGUARD-MODULE
pkgname = linux-clear-preempt-rt-headers
pkgdesc = Headers and scripts for building modules for the Clear Linux Preempt-RT kernel
diff --git a/PKGBUILD b/PKGBUILD
index 7323ea90f788..4bea970aa212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,9 +59,9 @@ _localmodcfg=
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.6
-_minor=4
-_rtpatchver=3
-_clr=${_major}.4-62
+_minor=10
+_rtpatchver=5
+_clr=${_major}.10-63
_srcname=linux-${_major}.${_minor}
pkgbase=linux-clear-preempt-rt
pkgver=${_major}.${_minor}.${_rtpatchver}
@@ -208,7 +208,7 @@ _package() {
optdepends=('crda: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices'
'modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig')
- provides=(VIRTUALBOX-GUEST-MODULES)
+ provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
install=linux.install
cd $_srcname
@@ -314,9 +314,9 @@ for _p in "${pkgname[@]}"; do
}"
done
-sha256sums=('5df1741e550cb6fa7471530f42da98bac5093e693e2c4f3aef4393d8135b9d91'
+sha256sums=('7bdc96827a9db8de79cd13d74a1c5fe8915674f793e592387f2903cb225801b9'
'SKIP'
- 'a9bb755ad66269d209c7b1f66034be9eae0901ea8440bab7b5c2ad1a2ec7eed5'
+ 'f712f8225069bc2cc6cf5080724483dff871fb5bdf41bdeeeb00a0087a28c116'
'SKIP'
'7a4a209de815f4bae49c7c577c0584c77257e3953ac4324d2aa425859ba657f5')