summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2018-09-30 22:14:34 +0200
committerFabioLolix2018-09-30 22:14:34 +0200
commite61ef4ba9803850894e4e39b4ee6425795b22960 (patch)
tree707ab4290bb2666d727c58bd0239b289340250dd
parentbbc3d89cbb83223684928a0428dcaa8d3d1e6377 (diff)
downloadaur-e61ef4ba9803850894e4e39b4ee6425795b22960.tar.gz
v3.0.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61cb949ec812..b974be828ed7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inxi
pkgdesc = Full featured CLI system information tool
- pkgver = 3.0.24
+ pkgver = 3.0.26
pkgrel = 1
url = https://github.com/smxi/inxi
arch = any
@@ -31,8 +31,8 @@ pkgbase = inxi
optdepends = xorg-xprop: inxi -S desktop data
optdepends = xorg-xrandr: inxi -G single screen resolution
options = zipman
- source = inxi-3.0.24.tar.gz::https://github.com/smxi/inxi/archive/3.0.24-1.tar.gz
- sha256sums = 3f1e5a88fe8cf697f86caea4763911102e163d0cdb63ddf21bda1a67e51f780d
+ source = inxi-3.0.26.tar.gz::https://github.com/smxi/inxi/archive/3.0.26-1.tar.gz
+ sha256sums = 037f03e8962f36503fe3d25159d3629c8726344402b03ba2fca024723a4f71f2
pkgname = inxi
diff --git a/PKGBUILD b/PKGBUILD
index e3a8fb8dd956..87c62b969b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Florian Pritz <f-p@gmx.at>
pkgname=inxi
-pkgver=3.0.24
+pkgver=3.0.26
pkgrel=1
pkgdesc="Full featured CLI system information tool"
-arch=('any')
+arch=(any)
url="https://github.com/smxi/inxi"
-license=('GPL')
-depends=('coreutils' 'pciutils' 'perl' 'procps-ng')
+license=(GPL)
+depends=(coreutils pciutils perl procps-ng)
optdepends=(
"bind-tools: -i wlan IP"
"dmidecode: inxi -M if no sys machine data"
@@ -35,7 +35,7 @@ optdepends=(
)
options=('zipman')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/smxi/inxi/archive/${pkgver}-1.tar.gz")
-sha256sums=('3f1e5a88fe8cf697f86caea4763911102e163d0cdb63ddf21bda1a67e51f780d')
+sha256sums=('037f03e8962f36503fe3d25159d3629c8726344402b03ba2fca024723a4f71f2')
package() {
cd "${pkgname}-${pkgver}-1"