inxi: update to 2.3.9

This commit is contained in:
Jeff Huang 2017-05-30 01:33:05 +01:00
parent 8cb5061456
commit 4aeb4741d4

View File

@ -1,9 +1,9 @@
#Contributions from Arch: https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/inxi
pkgname=inxi
pkgver=2.3.8
pkgver=2.3.9
pkgrel=1
gitcommit=af0630e
gitcommit=82cfe79
pkgdesc="a full featured CLI system information tool"
url="https://github.com/smxi/inxi"
license=('GPL')
@ -25,7 +25,7 @@ optdepends=(
"xorg-xrandr: inxi -G single screen resolution"
)
source="https://github.com/smxi/inxi/tarball/$gitcommit"
md5sums=('883ae5d990479b145e1478d5e3e6f426')
md5sums=('bc8bd78ce78bd70787f12e842b14802c')
package() {
cd "smxi-$pkgname-$gitcommit"