summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2022-06-03 18:13:32 +0200
committerPiotr Gorski2022-06-03 18:13:32 +0200
commitaa7a93fd8616fb79c0e1de68e3b3a2c70047d7b4 (patch)
treedd4566578bca5c84637d9962712b6acd2b6c8443
parent38050c066c374baaaba2678179bb3aad75ea7496 (diff)
downloadaur-aa7a93fd8616fb79c0e1de68e3b3a2c70047d7b4.tar.gz
Add missing depends and provides
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d6d4110f6a2..09581544b6ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-lqx
pkgdesc = Linux Liquorix
pkgver = 5.17.12.lqx2
- pkgrel = 2
+ pkgrel = 3
url = https://liquorix.net/
arch = x86_64
license = GPL2
@@ -28,10 +28,12 @@ pkgname = linux-lqx
optdepends = wireless-regdb: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
optdepends = sof-firmware: firmware images needed for Sound Open Firmware capable devices
+ optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
optdepends = uksmd: Userspace KSM helper daemon
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
provides = UKSMD-BUILTIN
+ provides = VHBA-MODULE
pkgname = linux-lqx-headers
pkgdesc = Headers and scripts for building modules for the Linux Liquorix kernel
diff --git a/PKGBUILD b/PKGBUILD
index a8edc78e8159..36a2bd31a84e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ _lqxpatchrel=16
_lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
pkgbase=linux-lqx
pkgver=5.17.12.lqx2
-pkgrel=2
+pkgrel=3
pkgdesc='Linux Liquorix'
url='https://liquorix.net/'
arch=(x86_64)
@@ -221,8 +221,9 @@ _package() {
optdepends=('wireless-regdb: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices'
'sof-firmware: firmware images needed for Sound Open Firmware capable devices'
+ 'modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig'
'uksmd: Userspace KSM helper daemon')
- provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE UKSMD-BUILTIN)
+ provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE UKSMD-BUILTIN VHBA-MODULE)
cd $_srcname
local kernver="$(<version)"