summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e55f1ea163b2..e55d0b2b8eee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 20 18:50:51 UTC 2017
+# Sun Jun 25 14:40:05 UTC 2017
pkgbase = s-tui-git
pkgdesc = Terminal UI stress test and monitoring tool
- pkgver = r76.0d148ab
+ pkgver = r83.4ee6c9e
pkgrel = 1
url = https://github.com/amanusk/s-tui
arch = any
@@ -12,6 +12,7 @@ pkgbase = s-tui-git
depends = stress
depends = python2
depends = python2-urwid
+ depends = python2-psutil
options = !emptydirs
source = s-tui-git::git+https://github.com/amanusk/s-tui
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0e9d06cfe9dc..b75964e9e051 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Lars Hagström <lars@foldspace.nu>
pkgname=s-tui-git
-pkgver=r76.0d148ab
+pkgver=r83.4ee6c9e
pkgrel=1
pkgdesc="Terminal UI stress test and monitoring tool "
arch=('any')
url="https://github.com/amanusk/s-tui"
license=('GPLv2')
groups=()
-depends=('stress' 'python2' 'python2-urwid')
+depends=('stress' 'python2' 'python2-urwid' 'python2-psutil')
makedepends=('git' 'python-setuptools')
options=(!emptydirs)
install=