summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-02-04 23:17:51 +0100
committerFabioLolix2021-02-04 23:17:51 +0100
commit29ad77c2c6a63428e71f29bde43002894debaa79 (patch)
treef3aab1dfe03fc8c591fe4130e84f0d883ccfb319
parentfc5aa19d4e84c575d4839ed65c274da57e1c591b (diff)
downloadaur-29ad77c2c6a63428e71f29bde43002894debaa79.tar.gz
new optdepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edce7204c2fe..0ce742805f28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inxi-perl-git
pkgdesc = Pinxi, development branch of inxi, a full featured CLI system information tool
- pkgver = r3749.05e55f8b
- pkgrel = 1
+ pkgver = r3858.7dff6f09
+ pkgrel = 2
url = https://github.com/smxi/inxi
arch = any
license = GPL3
@@ -10,6 +10,7 @@ pkgbase = inxi-perl-git
depends = pciutils
depends = perl
depends = procps-ng
+ optdepends = bluez-utils-compat: hciconfig: -E bluetooth HCI data
optdepends = bind-tools: -i wlan IP
optdepends = dmidecode: inxi -M if no sys machine data
optdepends = file: inxi -o unmounted file system
diff --git a/PKGBUILD b/PKGBUILD
index df13be7154e6..3f304a388a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: FadeMind <fademind@gmail.com>
pkgname=inxi-perl-git
-pkgver=r3749.05e55f8b
-pkgrel=1
+pkgver=r3858.7dff6f09
+pkgrel=2
pkgdesc="Pinxi, development branch of inxi, a full featured CLI system information tool"
arch=(any)
url="https://github.com/smxi/inxi"
@@ -11,6 +11,7 @@ license=(GPL3)
depends=(coreutils pciutils perl procps-ng)
makedepends=(git)
optdepends=(
+ "bluez-utils-compat: hciconfig: -E bluetooth HCI data"
"bind-tools: -i wlan IP"
"dmidecode: inxi -M if no sys machine data"
"file: inxi -o unmounted file system"