summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2018-11-27 17:55:42 +0100
committerPiotr Gorski2018-11-27 17:55:42 +0100
commit9d21f02985066f08867f83afafe6dbb94e3abf3d (patch)
tree4d05f55a9337831f1e52b4f96e8d9906ab4ba86f
parentb55ba88e31b6c5e5828bc6e2d064ea9975e7142b (diff)
downloadaur-9d21f02985066f08867f83afafe6dbb94e3abf3d.tar.gz
Bump to 4.19.5-1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO26
-rw-r--r--PKGBUILD6
2 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bde62be49fb..c8d286f57a51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-bfq-mq
- pkgver = 4.19.4
- pkgrel = 2
+ pkgver = 4.19.5
+ pkgrel = 1
url = https://github.com/Algodev-github/bfq-mq/
arch = x86_64
license = GPL2
@@ -11,8 +11,8 @@ pkgbase = linux-bfq-mq
makedepends = python-sphinx
makedepends = graphviz
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.4.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.4.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.5.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.5.tar.sign
source = https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v8.1+_kernel_v4.13+.patch
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/4.19/bfq-sq-mq/4.19-bfq-sq-mq-v9r1-2K181101-rc1.patch
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/4.19/0100-Check-presence-on-tree-of-every-entity-after-every-a.patch
@@ -23,7 +23,7 @@ pkgbase = linux-bfq-mq
source = linux.preset
source = 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = a38f5606bba1f5611c798541f6c3d43267b8599d9e3167471d4b662e33ff47aa
+ sha256sums = 8c839ec29cce7eb0e8ef7eaa10d1eb9d84d2be2521e352fb4f9414e76856ef75
sha256sums = SKIP
sha256sums = 9f7177679c8d3f8d699ef0566a51349d828436dba04603bc2223f98c60d2d178
sha256sums = 3ac265b7be567e628c073d64bd9a9090360c9d98e9c7b9f60ca206a86882932e
@@ -44,19 +44,19 @@ pkgname = linux-bfq-mq
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
- provides = linux-bfq-mq=4.19.4
- provides = linux=4.19.4
+ provides = linux-bfq-mq=4.19.5
+ provides = linux=4.19.5
backup = etc/mkinitcpio.d/linux-bfq-mq.preset
pkgname = linux-bfq-mq-headers
pkgdesc = Header files and scripts for building modules for Linux-bfq-mq kernel
- depends = linux-bfq-mq=4.19.4
- provides = linux-bfq-mq-headers=4.19.4
- provides = linux-headers=4.19.4
+ depends = linux-bfq-mq=4.19.5
+ provides = linux-bfq-mq-headers=4.19.5
+ provides = linux-headers=4.19.5
pkgname = linux-bfq-mq-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-bfq-mq kernel
- depends = linux-bfq-mq=4.19.4
- provides = linux-bfq-mq-docs=4.19.4
- provides = linux-docs=4.19.4
+ depends = linux-bfq-mq=4.19.5
+ provides = linux-bfq-mq-docs=4.19.5
+ provides = linux-docs=4.19.5
diff --git a/PKGBUILD b/PKGBUILD
index c6db0076cc54..2d75bf3495c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,10 +62,10 @@ _1k_HZ_ticks=
pkgbase=linux-bfq-mq
#pkgbase=linux-custom # Build kernel with a different name
_major=4.19
-pkgver=4.19.4
+pkgver=4.19.5
_srcpatch="${pkgver}"
_srcname="linux-${pkgver}"
-pkgrel=2
+pkgrel=1
arch=('x86_64')
url="https://github.com/Algodev-github/bfq-mq/"
license=('GPL2')
@@ -101,7 +101,7 @@ source=(# mainline kernel patches
'linux.preset'
'0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch')
-sha256sums=('a38f5606bba1f5611c798541f6c3d43267b8599d9e3167471d4b662e33ff47aa'
+sha256sums=('8c839ec29cce7eb0e8ef7eaa10d1eb9d84d2be2521e352fb4f9414e76856ef75'
'SKIP'
'9f7177679c8d3f8d699ef0566a51349d828436dba04603bc2223f98c60d2d178'
'3ac265b7be567e628c073d64bd9a9090360c9d98e9c7b9f60ca206a86882932e'