inxi: update to 3.0.07.1 (3.0.07-1), use tarball instead of gitrev.
Closes: #13132 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
cf72ffd5a7
commit
e56af72423
1 changed files with 6 additions and 7 deletions
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'inxi'
|
||||
pkgname=inxi
|
||||
version=2.9.01
|
||||
version=3.0.07.1
|
||||
revision=1
|
||||
_gitrev=0e68648ae4952402750ab5a630423f23cb8d217a
|
||||
wrksrc=${pkgname}-${_gitrev}
|
||||
wrksrc=inxi-${version/.1/-1}
|
||||
noarch=yes
|
||||
depends="perl file glxinfo pciutils usbutils xdpyinfo xprop xrandr dmidecode"
|
||||
depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr"
|
||||
short_desc="Full featured system information script"
|
||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="https://smxi.org/docs/inxi.htm"
|
||||
distfiles="https://github.com/smxi/inxi/archive/${_gitrev}.tar.gz"
|
||||
checksum=624e2c8000c9fcf1bc6b592e0b11d298b2681c8630fa847657abe3daf187b960
|
||||
distfiles="https://github.com/smxi/inxi/archive/${version/.1/-1}.tar.gz"
|
||||
checksum=72ed009c882d25f7324e3d51ad61407d639b6fbfe9c50be97122b7dda0eb7b9e
|
||||
|
||||
do_install() {
|
||||
vbin inxi
|
||||
|
|
Loading…
Reference in a new issue