summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-11-30 20:50:21 +0100
committerFabioLolix2021-11-30 20:50:21 +0100
commit76e1806f4bb1bf9b8d0633eb65d49c180fb7ab41 (patch)
treeeec074e007961200376b0f4b6127178f298df51c
parent43817a53d647e28ed55db50175ad5d5c9f25f1d0 (diff)
downloadaur-76e1806f4bb1bf9b8d0633eb65d49c180fb7ab41.tar.gz
revision
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1fb3874a565..39cb64cc2a82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inxi
pkgdesc = Full featured CLI system information tool
pkgver = 3.3.09.1
- pkgrel = 1
+ pkgrel = 2
url = https://smxi.org/docs/inxi.htm
arch = any
license = GPL3
@@ -21,7 +21,7 @@ pkgbase = inxi
optdepends = ipmitool: -s IPMI sensors
optdepends = kmod: inxi -Ax,-Nx module version
optdepends = lm_sensors: inxi -s sensors output
- optdepends = mesa-demos: inxi -G glx info
+ optdepends = mesa-utils: inxi -G glx info
optdepends = net-tools: inxi -i ip lan-deprecated
optdepends = perl-io-socket-ssl: -U; -w,-W; -i (if dig not installed)
optdepends = perl-cpanel-json-xs: --output json - required for export
diff --git a/PKGBUILD b/PKGBUILD
index 83b5f500d6cf..61b041eb6386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=inxi
_pkgver=3.3.09-1
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Full featured CLI system information tool"
arch=(any)
url="https://smxi.org/docs/inxi.htm"
@@ -24,7 +24,7 @@ optdepends=(
"ipmitool: -s IPMI sensors"
"kmod: inxi -Ax,-Nx module version"
"lm_sensors: inxi -s sensors output"
- "mesa-demos: inxi -G glx info"
+ "mesa-utils: inxi -G glx info"
"net-tools: inxi -i ip lan-deprecated"
"perl-io-socket-ssl: -U; -w,-W; -i (if dig not installed)"
"perl-cpanel-json-xs: --output json - required for export"
@@ -46,6 +46,6 @@ sha256sums=('SKIP')
package() {
cd "${pkgname}"
install -D -m755 $pkgname "${pkgdir}/usr/bin/$pkgname"
- install -D -m755 $pkgname.1 "${pkgdir}/usr/share/man/man1/$pkgname.1"
+ install -D -m644 $pkgname.1 "${pkgdir}/usr/share/man/man1/$pkgname.1"
}