summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2019-11-14 14:24:06 +0100
committerPiotr Gorski2019-11-14 14:24:06 +0100
commit7bf1bbcada7448af9515a53ef94474ff8348e6fc (patch)
treef657be0cda957c3e9df790e311f9776a54db7309
parent152d85b0171abaf7ea2a9cf7d0411ae0db5b2ed2 (diff)
downloadaur-7bf1bbcada7448af9515a53ef94474ff8348e6fc.tar.gz
Add 5.3-bfq-dev-lucjan-v11-r2K191114.patch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c99f7e3b0f96..91297baee692 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-bfq
pkgdesc = Linux BFQ-dev
pkgver = 5.3.11
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/sirlucjan/bfq-mq-lucjan
arch = x86_64
license = GPL2
@@ -17,7 +17,7 @@ pkgbase = linux-bfq
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.3.11.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.3.11.tar.sign
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.3/bfq-reverts-sep/0001-Revert-block-bfq-push-up-injection-only-after-settin.patch
- source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.3/bfq-dev-lucjan/5.3-bfq-dev-lucjan-v11-r2K191113.patch
+ source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.3/bfq-dev-lucjan/5.3-bfq-dev-lucjan-v11-r2K191114.patch
source = https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v9.1+_kernel_v4.13+.patch
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.3/arch-patches-v4-sep/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.3/arch-patches-v4-sep/0002-Bluetooth-hidp-Fix-assumptions-on-the-return-value-o.patch
diff --git a/PKGBUILD b/PKGBUILD
index 7d3fa2c44567..4b04db32dcfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ _major=5.3
_minor=11
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
-pkgrel=3
+pkgrel=4
pkgdesc='Linux BFQ-dev'
arch=('x86_64')
url="https://github.com/sirlucjan/bfq-mq-lucjan"
@@ -65,7 +65,7 @@ _bfq_rev_path="bfq-reverts-sep"
_bfq_rev_patch="0001-Revert-block-bfq-push-up-injection-only-after-settin.patch"
_bfq_path="bfq-dev-lucjan"
_bfq_ver="v11"
-_bfq_rel="r2K191113"
+_bfq_rel="r2K191114"
_bfq_patch="${_major}-${_bfq_path}-${_bfq_ver}-${_bfq_rel}.patch"
_gcc_path="https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master"
_gcc_patch="enable_additional_cpu_optimizations_for_gcc_v9.1+_kernel_v4.13+.patch"