summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2018-12-10 22:53:07 +0100
committerFabioLolix2018-12-10 22:53:07 +0100
commit6295ae851554cdf856ecb2298118df5170d8a90f (patch)
tree902f4c9dab7e99ea4bc780915523e3753e70f2ae
parentf2e8404f9a1dce52a2ef3e3e5b63ebbea6afef9c (diff)
downloadaur-6295ae851554cdf856ecb2298118df5170d8a90f.tar.gz
v3.0.29
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6a49fefdd66..6046dd987344 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = inxi
pkgdesc = Full featured CLI system information tool
- pkgver = 3.0.28
+ pkgver = 3.0.29
pkgrel = 1
url = https://github.com/smxi/inxi
arch = any
- license = GPL
+ license = GPL3
depends = coreutils
depends = pciutils
depends = perl
@@ -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.28.tar.gz::https://github.com/smxi/inxi/archive/3.0.28-1.tar.gz
- sha256sums = 345abdeac58791d8ba40824ca4b9deed0984591fee862de58763e88e308a997d
+ source = inxi-3.0.29.tar.gz::https://github.com/smxi/inxi/archive/3.0.29-1.tar.gz
+ sha256sums = f6037e668933f2028b67ce12e80ea662dec3d3c20d260d26dc1d9ab86f75803c
pkgname = inxi
diff --git a/PKGBUILD b/PKGBUILD
index 2561a77a58ba..73dcec9fc4c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: Florian Pritz <f-p@gmx.at>
pkgname=inxi
-pkgver=3.0.28
+pkgver=3.0.29
pkgrel=1
pkgdesc="Full featured CLI system information tool"
arch=(any)
url="https://github.com/smxi/inxi"
-license=(GPL)
+license=(GPL3)
depends=(coreutils pciutils perl procps-ng)
optdepends=(
"bind-tools: -i wlan IP"
@@ -33,9 +33,9 @@ optdepends=(
"xorg-xprop: inxi -S desktop data"
"xorg-xrandr: inxi -G single screen resolution"
)
-options=('zipman')
+options=(zipman)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/smxi/inxi/archive/${pkgver}-1.tar.gz")
-sha256sums=('345abdeac58791d8ba40824ca4b9deed0984591fee862de58763e88e308a997d')
+sha256sums=('f6037e668933f2028b67ce12e80ea662dec3d3c20d260d26dc1d9ab86f75803c')
package() {
cd "${pkgname}-${pkgver}-1"