diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : inxi
-version : 2.3.19
-release : 13
+version : 2.3.23
+release : 14
source :
- - https://github.com/smxi/inxi/tarball/99eef9e : 335fcd289acde8006df262a9d21ca2d2886777f35aca6848fdd891e498727d41
+ - https://github.com/smxi/inxi/tarball/3aafcbe : 369bd61efab25c5b9d2e43b86757d3778408ead7de55e9442fa68220e9dcaf8d
homepage : https://github.com/smxi/inxi
license : GPL-3.0
component : system.utils
@@ -12,5 +12,11 @@
rundeps :
- bind-utils
- dmidecode
+setup : |
+ # Disable self updater
+ sed -i "s/B_ALLOW_UPDATE='true'/B_ALLOW_UPDATE='false'/" inxi
+ # Correct shebang
+ sed -i 's|/usr/bin/env bash|/bin/bash|' inxi
install : |
install -Dm00755 inxi $installdir/usr/bin/inxi
+ install -Dm00644 inxi.1.gz $installdir/usr/man/man1/inxi.1.gz
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
inxi
https://github.com/smxi/inxi
- Peter Cornelis
- poltertec@gmail.com
+ Pierre-Yves
+ pyu@riseup.net
GPL-3.0
system.utils
@@ -21,15 +21,16 @@
system.utils
/usr/bin
+ /usr/man/man1/inxi.1.gz
-
- 2017-06-11
- 2.3.19
+
+ 2017-07-01
+ 2.3.23
Packaging update
- Peter Cornelis
- poltertec@gmail.com
+ Pierre-Yves
+ pyu@riseup.net
\ No newline at end of file