summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2019-10-04 13:59:59 +0200
committerPiotr Gorski2019-10-04 13:59:59 +0200
commit3c6e1939ea12b87416c97d35ca78c0df4e52d52c (patch)
tree19713fe46260a4a14d02440845847d7073dfe82b
parent9da0210742ace45e47e4dd58d2be126a181020c9 (diff)
downloadaur-3c6e1939ea12b87416c97d35ca78c0df4e52d52c.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 4e165a7b9928..4eb449ccc201 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-lqx
pkgver = 5.2.18_1
- pkgrel = 2
+ pkgrel = 3
url = http://liquorix.net/
arch = x86_64
license = GPL2
@@ -35,6 +35,7 @@ pkgname = linux-lqx
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-lqx.preset
pkgname = linux-lqx-headers
diff --git a/PKGBUILD b/PKGBUILD
index b64e980e859e..fb8193f42639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,7 +56,7 @@ _lqxpatchrel=27
_lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
pkgbase=linux-lqx
pkgver=5.2.18_1
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="http://liquorix.net/"
license=('GPL2')
@@ -193,7 +193,8 @@ _package() {
pkgdesc="A desktop oriented kernel and modules with Liquorix patches"
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