summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2020-11-24 19:55:36 +0000
committerLeonidas Spyropoulos2020-11-24 19:55:36 +0000
commita1e7b3fd010e79b9e87b12b441f37328ab3b809b (patch)
tree6b7929952eb5f03e5fc7c3cbc5abb8c565afab7a
parent224927a32532e3b34c8d2b12c4ec4271a0adc408 (diff)
downloadaur-a1e7b3fd010e79b9e87b12b441f37328ab3b809b.tar.gz
upgpkg: linux-gc 5.9.11-1
upstream release
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d579d818f787..9237c065711e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-gc
pkgdesc = Linux
- pkgver = 5.9.10
+ pkgver = 5.9.11
pkgrel = 1
url = https://cchalpha.blogspot.co.uk/
arch = x86_64
@@ -16,25 +16,25 @@ pkgbase = linux-gc
makedepends = imagemagick
makedepends = git
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.9.10.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.9.10.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.9.11.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.9.11.tar.sign
source = config
source = 0000-sphinx-workaround.patch
source = prjc_v5.9-r2.patch::https://gitlab.com/alfredchen/projectc/raw/master/5.9/prjc_v5.9-r2.patch
source = enable_additional_cpu_optimizations-20201113.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20201113.tar.gz
- source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch::https://git.archlinux.org/linux.git/patch/?id=727065d1ff38991dd7a734fe69d55a8fabbf6f54
- source = 0002-Bluetooth_Fix_LL_PRivacy_BLE_device_fails_to_connect.patch::https://git.archlinux.org/linux.git/patch/?id=b2e41088d2a2b3dd99f268833d8079d1a98ee3ea
+ source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch::https://git.archlinux.org/linux.git/patch/?id=730629bfe4efc95aaee0de463ea410e31153cef9
+ source = 0002-Bluetooth_Fix_LL_PRivacy_BLE_device_fails_to_connect.patch::https://git.archlinux.org/linux.git/patch/?id=08f9b12aec2533a309a5f6d7ff47d01ee3179a35
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = A2FF3A36AAA56654109064AB19802F8B0D70FC30
- sha256sums = f591b2f2e939ae6bd35cae2dc3cb87f9472e439695df7f23ed0a341a2c66f030
+ sha256sums = 5eb20a65a410669928f94b3975872e493fa6d0fe441c6a78b7564affa2a5d260
sha256sums = SKIP
sha256sums = 1c9a38f2cc7fea22ea51c9fd5c5715cb3aea37bd3b6a58766318a2e123518fcc
sha256sums = 19c19fef1fd46d1b184d888226d286be9b00e8feb8fb745f8d408cfce3d9622a
sha256sums = 11d2343174e5486e8ea1a1e98f9f6f1a1625043f6547484f5a729a83f94336eb
sha256sums = 0d4db3ae8a47d7a5c5a7f37edfddef7ce8fcdc6b64926cef70e5e3dfd7c0eeed
- sha256sums = fc54211c5a8482408e829637a42e9d44ff8de67d21b9f20910f0dd9d23ea121b
- sha256sums = 9fecc2766e8afd23862db5874cd994669109995527b6a586e290d906bf5cbb1d
+ sha256sums = 315bac923ba3c3456c709df49153bac6a88968d3e592ba73272fa08f23c81ef3
+ sha256sums = d3515c918a959fa1882e3112d0a1782d46169b39eda73a6687f9b826f38b3388
pkgname = linux-gc
pkgdesc = The Linux kernel and modules with the BMQ CPU scheduler
@@ -43,11 +43,11 @@ pkgname = linux-gc
depends = initramfs
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
- provides = linux-gc=5.9.10
+ provides = linux-gc=5.9.11
pkgname = linux-gc-headers
pkgdesc = Headers and scripts for building modules for the Linux kernel
depends = linux-gc
- provides = linux-gc-headers=5.9.10
- provides = linux-headers=5.9.10
+ provides = linux-gc-headers=5.9.11
+ provides = linux-headers=5.9.11
diff --git a/PKGBUILD b/PKGBUILD
index 1319f0b4db26..20de74b6d769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _localmodcfg=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-gc
-pkgver=5.9.10
+pkgver=5.9.11
pkgrel=1
pkgdesc='Linux'
url="https://cchalpha.blogspot.co.uk/"
@@ -42,22 +42,22 @@ source=(
"0000-sphinx-workaround.patch"
"${_bmq_patch}::https://gitlab.com/alfredchen/projectc/raw/master/${_bmqversion%-*}/${_bmq_patch}"
"enable_additional_cpu_optimizations-${_gcc_more_v}.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/${_gcc_more_v}.tar.gz"
- "0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch::https://git.archlinux.org/linux.git/patch/?id=727065d1ff38991dd7a734fe69d55a8fabbf6f54"
- "0002-Bluetooth_Fix_LL_PRivacy_BLE_device_fails_to_connect.patch::https://git.archlinux.org/linux.git/patch/?id=b2e41088d2a2b3dd99f268833d8079d1a98ee3ea"
+ "0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch::https://git.archlinux.org/linux.git/patch/?id=730629bfe4efc95aaee0de463ea410e31153cef9"
+ "0002-Bluetooth_Fix_LL_PRivacy_BLE_device_fails_to_connect.patch::https://git.archlinux.org/linux.git/patch/?id=08f9b12aec2533a309a5f6d7ff47d01ee3179a35"
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
'A2FF3A36AAA56654109064AB19802F8B0D70FC30' # Jan Alexander Steffens (heftig)
)
-sha256sums=('f591b2f2e939ae6bd35cae2dc3cb87f9472e439695df7f23ed0a341a2c66f030'
+sha256sums=('5eb20a65a410669928f94b3975872e493fa6d0fe441c6a78b7564affa2a5d260'
'SKIP'
'1c9a38f2cc7fea22ea51c9fd5c5715cb3aea37bd3b6a58766318a2e123518fcc'
'19c19fef1fd46d1b184d888226d286be9b00e8feb8fb745f8d408cfce3d9622a'
'11d2343174e5486e8ea1a1e98f9f6f1a1625043f6547484f5a729a83f94336eb'
'0d4db3ae8a47d7a5c5a7f37edfddef7ce8fcdc6b64926cef70e5e3dfd7c0eeed'
- 'fc54211c5a8482408e829637a42e9d44ff8de67d21b9f20910f0dd9d23ea121b'
- '9fecc2766e8afd23862db5874cd994669109995527b6a586e290d906bf5cbb1d')
+ '315bac923ba3c3456c709df49153bac6a88968d3e592ba73272fa08f23c81ef3'
+ 'd3515c918a959fa1882e3112d0a1782d46169b39eda73a6687f9b826f38b3388')
_kernelname=${pkgbase#linux}
: ${_kernelname:=-gc}