From 598d88f98230c773ab81ca859de446c70a359910 Mon Sep 17 00:00:00 2001 From: FabioLolix Date: Fri, 1 Jun 2018 07:14:35 +0200 Subject: [PATCH] [inxi] update depends and optdepends Updated depends and optdepends (without AUR ones), description removed $pkgrel from source=() since is not needed --- inxi/PKGBUILD | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/inxi/PKGBUILD b/inxi/PKGBUILD index f00fb31f..5105c9ff 100644 --- a/inxi/PKGBUILD +++ b/inxi/PKGBUILD @@ -3,30 +3,35 @@ _commit=23646291355ff6b495bbe55d2d633394b3948068 pkgname=inxi pkgver=3.0.10 -pkgrel=1 -pkgdesc="script to get system information" +pkgrel=2 +pkgdesc="Full featured CLI system information tool" arch=('any') url="https://github.com/smxi/inxi" license=('GPL') -depends=('coreutils' 'gawk' 'grep' 'pciutils' 'perl' 'procps-ng' 'sed') +depends=('coreutils' 'pciutils' 'perl' 'procps-ng') optdepends=( + "bind-tools: -i wlan IP" "dmidecode: inxi -M if no sys machine data" "file: inxi -o unmounted file system" "hddtemp: inxi -Dx show hdd temp" - "net-tools: inxi -i ip lan-deprecated" "iproute2: inxi -i ip lan" - "lm_sensors: inxi -s sensors output" - "usbutils: inxi -A usb audio;-N usb networking" "kmod: inxi -Ax,-Nx module version" + "lm_sensors: inxi -s sensors output" + "mesa-demos: inxi -G glx info" + "net-tools: inxi -i ip lan-deprecated" + "perl-io-socket-ssl: -U; -w,-W; -i (if dig not installed)" + "perl-json-xs: --output json - required for export (legacy)" "systemd-sysvcompat: inxi -I runlevel" "sudo: inxi -Dx hddtemp-user;-o file-user" - "mesa-demos: inxi -G glx info" + "tree: --debugger 20,21 /sys tree" + "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" ) options=('zipman') -source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$_commit.tar.gz") +source=("$pkgname-$pkgver.tar.gz::$url/archive/$_commit.tar.gz") sha256sums=('6758e894a472e806d8c8de25c1d5a99a7aaac74c0f7df81fab2e6381bcde0d7b') pkgver() {