summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2018-04-07 19:28:45 +0200
committerFabioLolix2018-04-07 19:28:45 +0200
commit10d1289de05e2772be11a8f7a489f9ac381f021c (patch)
tree7173ecc904dbfdb6bec1f504ddfb3a84fdc61ac2
parent1ee29d381d88706a461ca755f73836ae2b3b5b2a (diff)
downloadaur-10d1289de05e2772be11a8f7a489f9ac381f021c.tar.gz
v2.9.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a69e877221c..db727aa953e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inxi
pkgdesc = script to get system information
- pkgver = 2.9.10
+ pkgver = 2.9.12
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-2.9.10.tar.gz::https://github.com/smxi/inxi/archive/c4bc0ff282e32ab87d9d2e2b450a1dbb364a941c.tar.gz
- sha256sums = be29b35fc898c12ede0f1a79f2b9878772946b0036b35608887320aa9a9b096d
+ source = inxi-2.9.12.tar.gz::https://github.com/smxi/inxi/archive/e43933452fb8f99fee31a26d7adf03b670c5ffab.tar.gz
+ sha256sums = b6c041bff3189bfc662eb72eb7ba3ca9bb19c408e4ababaeea723a91e5198224
pkgname = inxi
diff --git a/PKGBUILD b/PKGBUILD
index 79cddb0160d5..816ca090e66b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Florian Pritz <f-p@gmx.at>
pkgname=inxi
-pkgver=2.9.10
+pkgver=2.9.12
pkgrel=1
pkgdesc="script to get system information"
arch=('any')
@@ -27,9 +27,9 @@ optdepends=(
"xorg-xrandr: inxi -G single screen resolution"
)
options=('zipman')
-_commit=c4bc0ff282e32ab87d9d2e2b450a1dbb364a941c
+_commit=e43933452fb8f99fee31a26d7adf03b670c5ffab
source=("$pkgname-$pkgver.tar.gz::$url/archive/$_commit.tar.gz")
-sha256sums=('be29b35fc898c12ede0f1a79f2b9878772946b0036b35608887320aa9a9b096d')
+sha256sums=('b6c041bff3189bfc662eb72eb7ba3ca9bb19c408e4ababaeea723a91e5198224')
pkgver() {
cd "${pkgname}-${_commit}"