summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2020-02-21 14:27:31 +0100
committerPiotr Gorski2020-02-21 14:27:31 +0100
commita5b31683dd6cfe596e8b7089f8d34e280c6d6c19 (patch)
tree5bda8ba3539ad3e6f3e6d5d186e27d0ffd5a2fab
parent834f2da3104c07694a52368738a56d96d782a81b (diff)
downloadaur-a5b31683dd6cfe596e8b7089f8d34e280c6d6c19.tar.gz
Prepare to next release
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8cd49f78c0a..abedaefbbaa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,6 +64,8 @@ makedepends=('kmod' 'bc' 'libelf' 'python-sphinx' 'python-sphinx_rtd_theme'
'graphviz' 'imagemagick')
#_lucjanpath="https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/${_major}"
_lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_major}"
+#_bfq_rev_path="bfq-reverts-sep"
+#_bfq_rev_patch="0001-Revert-block-bfq-do-not-plug-I-O-for-bfq_queues-with.patch"
_bfq_path="bfq-dev-lucjan"
_bfq_ver="v11"
_bfq_rel="r2K200203"
@@ -75,6 +77,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.sign"
"http://www.kernel.org/pub/linux/kernel/projects/rt/${_major}/patch-${_pkgver}-${_rtpatchver}.patch.xz"
"http://www.kernel.org/pub/linux/kernel/projects/rt/${_major}/patch-${_pkgver}-${_rtpatchver}.patch.sign"
+ #"${_lucjanpath}/${_bfq_rev_path}/${_bfq_rev_patch}"
"${_lucjanpath}/${_bfq_path}/${_bfq_patch}"
"${_gcc_path}/${_gcc_patch}"
"${_lucjanpath}/arch-patches-v24-sep/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch"