summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c26c3323f6f2..91e8815c90b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Aug 1 12:09:06 UTC 2017
+# Tue Aug 1 23:12:21 UTC 2017
pkgbase = linux-bfq-mq-git
pkgver = 4.13rc1.5220a160a358
- pkgrel = 1
+ pkgrel = 2
url = http://www.kernel.org/
arch = i686
arch = x86_64
@@ -38,15 +38,18 @@ pkgname = linux-bfq-mq-git
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-git=4.13rc1.5220a160a358
+ provides = linux=4.13rc1.5220a160a358
backup = etc/mkinitcpio.d/linux-bfq-mq-git.preset
pkgname = linux-bfq-mq-git-headers
pkgdesc = Header files and scripts for building modules for Linux-bfq-mq-git kernel (git version)
depends = linux-bfq-mq-git=4.13rc1.5220a160a358
provides = linux-bfq-mq-git-headers=4.13rc1.5220a160a358
+ provides = linux-headers=4.13rc1.5220a160a358
pkgname = linux-bfq-mq-git-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-bfq-mq-git kernel
depends = linux-bfq-mq-git=4.13rc1.5220a160a358
provides = linux-bfq-mq-git-docs=4.13rc1.5220a160a358
+ provides = linux-docs=4.13rc1.5220a160a358
diff --git a/PKGBUILD b/PKGBUILD
index 261af0b263fc..2093b1985741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,7 +64,7 @@ pkgbase=linux-bfq-mq-git
_pkgver=4.13-rc1
_srcname=bfq-mq
pkgver=4.13rc1.5220a160a358
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
license=('GPL2')
@@ -240,7 +240,7 @@ _package() {
pkgdesc="The ${pkgbase/linux/Linux} kernel and modules with the BFQ-MQ scheduler"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country' 'modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig')
- provides=("${pkgbase}=${pkgver}")
+ provides=("${pkgbase}=${pkgver}" "linux=${pkgver}")
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=linux.install
@@ -306,7 +306,7 @@ _package() {
_package-headers() {
pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel (git version)"
- provides=("${pkgbase}-headers=${pkgver}")
+ provides=("${pkgbase}-headers=${pkgver}" "linux-headers=${pkgver}")
depends=("${pkgbase}=${pkgver}")
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
@@ -432,7 +432,7 @@ pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux
_package-docs() {
pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase/linux/Linux} kernel"
- provides=("${pkgbase}-docs=${pkgver}")
+ provides=("${pkgbase}-docs=${pkgver}" "linux-docs=${pkgver}")
depends=("${pkgbase}=${pkgver}")
cd "${_srcname}"