summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2018-06-16 11:24:50 +0200
committerFabioLolix2018-06-16 11:24:50 +0200
commita19023483ea84981173e5654fcb587d445a180fc (patch)
tree04d7d243cb2f7ab35ae84969684cbd0f5277d9d8
parentee3a9587fe76d9ad8b1a023822c90e8863d980a6 (diff)
downloadaur-a19023483ea84981173e5654fcb587d445a180fc.tar.gz
v3.0.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39265f84fd42..41cd8ec7bd4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inxi
pkgdesc = Full featured CLI system information tool
- pkgver = 3.0.10
- pkgrel = 2
+ pkgver = 3.0.12
+ pkgrel = 1
url = https://github.com/smxi/inxi
arch = any
license = GPL
@@ -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.10.tar.gz::https://github.com/smxi/inxi/archive/3.0.10-1.tar.gz
- sha256sums = f09f6d69d961b7bc53e7457fc3f8e7e86e1bd34b2a4dd1e6aa38f436d9e5c855
+ source = inxi-3.0.12.tar.gz::https://github.com/smxi/inxi/archive/3.0.12-1.tar.gz
+ sha256sums = 2b714cf4f51461c0b2be34690496cfddb72d082525488047be38371e4428e084
pkgname = inxi
diff --git a/PKGBUILD b/PKGBUILD
index 669876928ee9..20fcbe3c3c0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Florian Pritz <f-p@gmx.at>
pkgname=inxi
-pkgver=3.0.10
-pkgrel=2
+pkgver=3.0.12
+pkgrel=1
pkgdesc="Full featured CLI system information tool"
arch=('any')
url="https://github.com/smxi/inxi"
@@ -35,7 +35,7 @@ optdepends=(
)
options=('zipman')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/smxi/inxi/archive/${pkgver}-1.tar.gz")
-sha256sums=('f09f6d69d961b7bc53e7457fc3f8e7e86e1bd34b2a4dd1e6aa38f436d9e5c855')
+sha256sums=('2b714cf4f51461c0b2be34690496cfddb72d082525488047be38371e4428e084')
package() {
cd "${pkgname}-${pkgver}-1"