summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2018-04-21 12:59:10 +0200
committerFabioLolix2018-04-21 12:59:10 +0200
commit21e04063880fffc068dcd7b12626bd32cc769b69 (patch)
tree6d5b08592ea3e10fc4a9442f3424ce7fbc7fa822
parentf02c6358ea71c5b938a8b14cd3b47a6700b80021 (diff)
downloadaur-21e04063880fffc068dcd7b12626bd32cc769b69.tar.gz
v3.0.07
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1363afbcf9cb..79a6e7f8b0dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inxi
pkgdesc = script to get system information
- pkgver = 3.0.03
+ pkgver = 3.0.07
pkgrel = 1
url = https://github.com/smxi/inxi
arch = any
@@ -27,8 +27,8 @@ pkgbase = inxi
optdepends = xorg-xprop: inxi -S desktop data
optdepends = xorg-xrandr: inxi -G single screen resolution
options = zipman
- source = inxi-3.0.03::https://github.com/smxi/inxi/archive/3.0.03-1.tar.gz
- sha256sums = 80f2fef56567311dcae9a70c7d592cbc516c4000a643a5a9b938a28c12c5a90d
+ source = inxi-3.0.07::https://github.com/smxi/inxi/archive/3.0.07-1.tar.gz
+ sha256sums = 72ed009c882d25f7324e3d51ad61407d639b6fbfe9c50be97122b7dda0eb7b9e
pkgname = inxi
diff --git a/PKGBUILD b/PKGBUILD
index 5a25acae522f..766e7aebb729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Florian Pritz <f-p@gmx.at>
pkgname=inxi
-pkgver=3.0.03
+pkgver=3.0.07
pkgrel=1
pkgdesc="script to get system information"
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
)
options=('zipman')
source=("${pkgname}-${pkgver}::https://github.com/smxi/inxi/archive/${pkgver}-1.tar.gz")
-sha256sums=('80f2fef56567311dcae9a70c7d592cbc516c4000a643a5a9b938a28c12c5a90d')
+sha256sums=('72ed009c882d25f7324e3d51ad61407d639b6fbfe9c50be97122b7dda0eb7b9e')
package() {
cd "${pkgname}-${pkgver}-1"