summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2019-10-04 14:00:57 +0200
committerPiotr Gorski2019-10-04 14:00:57 +0200
commit24c955193de76ecfdfabc4921725d2e4e5d6d1a6 (patch)
tree948c04d3283e01bd44c95128ee30f9c9ec300136
parent59de190dae80789d5afcbd223ddac8dd60e4329c (diff)
downloadaur-24c955193de76ecfdfabc4921725d2e4e5d6d1a6.tar.gz
Sync with Arch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58fcd9b1c238..337b443f0c34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-rt-bfq
pkgver = 5.2.17.rt9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sirlucjan/bfq-mq-lucjan
arch = x86_64
license = GPL2
@@ -53,6 +53,7 @@ pkgname = linux-rt-bfq
depends = initramfs
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
+ optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
backup = etc/mkinitcpio.d/linux-rt-bfq.preset
pkgname = linux-rt-bfq-headers
diff --git a/PKGBUILD b/PKGBUILD
index efbf5057c300..26cb0cfe3d0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,7 +54,7 @@ _rtpatchver=rt${_rtver}
pkgver=${_major}.${_minor}.${_rtpatchver}
_pkgver=${_major}.${_minor}
_srcname=linux-${_pkgver}
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="https://github.com/sirlucjan/bfq-mq-lucjan"
license=('GPL2')
@@ -208,7 +208,8 @@ _package() {
pkgdesc="The ${pkgbase/linux/Linux} kernel and modules with the RT patch."
depends=('coreutils' 'kmod' 'initramfs')
optdepends=('crda: to set the correct wireless channels of your country'
- 'linux-firmware: firmware images needed for some devices')
+ 'linux-firmware: firmware images needed for some devices'
+ 'modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=linux.install