Date: Thursday, December 15, 2022 @ 22:55:15
  Author: serebit
Revision: 1359403

upgpkg: inxi 3.3.24.1-3: Remove AUR optdepend and add missing community 
optdepend

Modified:
  inxi/trunk/PKGBUILD

----------+
 PKGBUILD |   56 +++++++++++++++++++++++++++++++-------------------------
 1 file changed, 31 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-15 21:44:22 UTC (rev 1359402)
+++ PKGBUILD    2022-12-15 22:55:15 UTC (rev 1359403)
@@ -6,7 +6,7 @@
 pkgname=inxi
 _pkgver=3.3.24-1
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
 pkgdesc="Full featured CLI system information tool"
 arch=(any)
 url="https://smxi.org/docs/inxi.htm";
@@ -13,30 +13,36 @@
 license=(GPL3)
 depends=(coreutils pciutils perl procps-ng)
 optdepends=(
-        "bluez-tools: bt-adapter: -E bluetooth data"
-        "bind: -i wlan IP"
-        "dmidecode: inxi -M if no sys machine data"
-        "file: inxi -o unmounted file system"
-        "freeipmi: ipmi-sensors: -s IPMI sensors"
-        "hddtemp: inxi -Dx show hdd temp"
-        "iproute2: inxi -i ip lan"
-        "ipmitool: -s IPMI sensors"
-        "kmod: inxi -Ax,-Nx module version"
-        "lm_sensors: inxi -s sensors output"
-        "mesa-utils: inxi -G glx info"
-        "net-tools: inxi -i ip lan-deprecated"
-        "perl-io-socket-ssl: -U; -w,-W; -i (if dig not installed)"
-        "perl-cpanel-json-xs: --output json - required for export"
-        "perl-xml-dumper: --output xml - Crude and raw"
-        "systemd-sysvcompat: inxi -I runlevel"
-        "sudo: inxi -Dx hddtemp-user;-o file-user"
-        "tree: --debugger 20,21 /sys tree"
-        "upower: -sx attached device battery info"
-        "usbutils: inxi -A usb audio;-N usb networking"
-        "wmctrl: -S active window manager (not all wm)"
-        "xorg-xdpyinfo: inxi -G multi screen resolution"
-        "xorg-xprop: inxi -S desktop data"
-        "xorg-xrandr: inxi -G single screen resolution"
+    "bind: dig: -i wlan IP"
+    "binutils: strings: -I sysvinit version"
+    "bluez-tools: bt-adapter: -E bluetooth data (if no hciconfig)"
+    "curl: -i (if no dig); -w,-W; -U"
+    "dmidecode: -M if no sys machine data; -m"
+    'doas: -Dx hddtemp-user; -o file-user (alt for sudo)'
+    "file: -o unmounted file system (if no lsblk)"
+    "freeipmi: ipmi-sensors: -s IPMI sensors (servers)"
+    "hddtemp: -Dx show hdd temp, if no drivetemp module"
+    "iproute2: ip: -i ip LAN"
+    "kmod: modinfo: Ax; -Nx module version"
+    "ipmitool: -s IPMI sensors (servers)"
+    "lvm2: lvs: -L LVM data"
+    "lm_sensors: sensors: -s sensors output"
+    "mdadm: -Ra advanced mdraid data"
+    "mesa-utils: glxinfo: -G (X) glx info"
+    "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"
+    "sudo: -Dx hddtemp-user; -o file-user"
+    "tree: --debugger 20,21 /sys tree"
+    "upower: -sx attached device battery info"
+    "usbutils: lsusb: -A usb audio; -J (optional); -N usb networking"
+    "wget: -i (if no dig); -w,-W; -U"
+    "wmctrl: -S active window manager (fallback)"
+    "xorg-xdpyinfo: xdpyinfo: -G (X) Screen resolution, dpi; -Ga Screen size"
+    "xorg-xdriinfo: xdriinfo: -G (X) DRI driver (if missing, fallback to Xorg 
log)"
+    "xorg-xprop: xprop: -S (X) desktop data"
+    "xorg-xrandr: xrandr: -G (X) monitors(s) resolution; -Ga monitor data"
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/smxi/inxi/archive/refs/tags/${_pkgver}.tar.gz";)
 sha256sums=('d485cee911f3447afb0f3fb3be2851e31895945ccd37c01fb59c87b12e233991')

Reply via email to