Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
[inxi] update depends and optdepends
Browse files Browse the repository at this point in the history
Updated depends and optdepends (without AUR ones), description
removed $pkgrel from source=()  since is not needed
  • Loading branch information
FabioLolix committed Jun 1, 2018
1 parent 4f29083 commit 598d88f
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions inxi/PKGBUILD
Expand Up @@ -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() {
Expand Down

0 comments on commit 598d88f

Please sign in to comment.