summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Gorski2019-09-04 14:42:57 +0200
committerPiotr Gorski2019-09-04 14:42:57 +0200
commitd2899a7a4a723b6f2519825a64d86a2fd58bdd89 (patch)
treed7689c47df4668eda40e5cc7bfb1a0de251759de /PKGBUILD
parent52d4261e889a7f189e4ef5798739f58668cf9bf5 (diff)
downloadaur-d2899a7a4a723b6f2519825a64d86a2fd58bdd89.tar.gz
Fix 5.2-bfq-dev-lucjan-v11-r2K190822.patch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8685626a4c19..eeea85138c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,9 @@ _lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_major}"
_bfq_rev_path="bfq-reverts-sep"
_bfq_rev_patch="0001-Revert-block-bfq-handle-NULL-return-value-by-bfq_ini.patch"
_bfq_path="bfq-dev-lucjan"
-_bfq_patch="5.2-bfq-dev-lucjan-v11r1-2K190822.patch"
+_bfq_ver="v11"
+_bfq_rel="r2K190822"
+_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"