summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2015-07-08 19:41:00 +0200
committersirlucjan2015-07-08 19:41:00 +0200
commitb685b6d47d643dae44a703451d7ccf4556525142 (patch)
treeadf52c3a6388fc26b4c29e99e83c3f977b2c0d06
parent78b1564b800070475a80ee981892fe645975d467 (diff)
downloadaur-b685b6d47d643dae44a703451d7ccf4556525142.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb1a8ee55203..989ea4e8f907 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,9 +13,9 @@ pkgbase = linux-bfq
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.sign
source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.1.1.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.1.1.sign
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.1.0-v7r8/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r8-4.1.patch
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.1.0-v7r8/0002-block-introduce-the-BFQ-v7r8-I-O-sched-for-4.1.patch
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.1.0-v7r8/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r8-for-4.1.0.patch
+ source = https://pf.natalenko.name/mirrors/bfq/4.1.0-v7r8/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r8-4.1.patch
+ source = https://pf.natalenko.name/mirrors/bfq/4.1.0-v7r8/0002-block-introduce-the-BFQ-v7r8-I-O-sched-for-4.1.patch
+ source = https://pf.natalenko.name/mirrors/bfq/4.1.0-v7r8/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r8-for-4.1.0.patch
source = http://repo-ck.com/source/gcc_patch/enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch.gz
source = linux-bfq.preset
source = change-default-console-loglevel.patch
diff --git a/PKGBUILD b/PKGBUILD
index f23a10090b58..be5ef06d6d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,17 +56,18 @@ url="http://algo.ing.unimo.it"
license=('GPL2')
options=('!strip')
makedepends=('kmod' 'inetutils' 'bc')
-_bfqpath="http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.1.0-v7r8"
-#_bfqpath="https://pf.natalenko.name/mirrors/bfq/4.1.0-v7r8/"
+_bfqrel=v7r8
+#_bfqpath="http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.1.0-${_bfqrel}"
+_bfqpath="https://pf.natalenko.name/mirrors/bfq/4.1.0-${_bfqrel}"
_gcc_patch="enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch"
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign"
- "${_bfqpath}/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r8-4.1.patch"
- "${_bfqpath}/0002-block-introduce-the-BFQ-v7r8-I-O-sched-for-4.1.patch"
- "${_bfqpath}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r8-for-4.1.0.patch"
+ "${_bfqpath}/0001-block-cgroups-kconfig-build-bits-for-BFQ-${_bfqrel}-4.1.patch"
+ "${_bfqpath}/0002-block-introduce-the-BFQ-${_bfqrel}-I-O-sched-for-4.1.patch"
+ "${_bfqpath}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${_bfqrel}-for-4.1.0.patch"
"http://repo-ck.com/source/gcc_patch/${_gcc_patch}.gz"
'linux-bfq.preset'
'change-default-console-loglevel.patch'