Date: Thursday, December 15, 2022 @ 23:08:25
  Author: serebit
Revision: 1359407

upgpkg: inxi 3.3.24.1-4: Add back missing optdepends and hard-dep on util-linux

Modified:
  inxi/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-15 23:07:19 UTC (rev 1359406)
+++ PKGBUILD    2022-12-15 23:08:25 UTC (rev 1359407)
@@ -6,12 +6,12 @@
 pkgname=inxi
 _pkgver=3.3.24-1
 pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=4
 pkgdesc="Full featured CLI system information tool"
 arch=(any)
 url="https://smxi.org/docs/inxi.htm";
 license=(GPL3)
-depends=(coreutils pciutils perl procps-ng)
+depends=(coreutils pciutils perl procps-ng util-linux)
 optdepends=(
     "bind: dig: -i wlan IP"
     "binutils: strings: -I sysvinit version"
@@ -32,7 +32,9 @@
     "net-tools: ifconfig: -i ip LAN (deprecated)"
     "perl-cpanel-json-xs: Cpanel::JSON::XS: --output json (faster than 
JSON::PP)"
     "perl-json-xs: JSON::XS: --output json (legacy)"
-    "perl-io-socket-ssl: IO::Socket::SSL: -U; -w,-W; -i (if dig not 
installed)" "smartmontools: smartctl: -Da advanced data"
+    "perl-io-socket-ssl: IO::Socket::SSL: -U; -w,-W; -i (if dig not installed)"
+    "smartmontools: smartctl: -Da advanced data"
+    "systemd-sysvcompat: -I runlevel"
     "sudo: -Dx hddtemp-user; -o file-user"
     "tree: --debugger 20,21 /sys tree"
     "upower: -sx attached device battery info"

Reply via email to