summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Hagström2017-06-25 16:40:20 +0200
committerLars Hagström2017-06-25 16:40:20 +0200
commit1390f07a5e8748eb00971358a9cf36203daf51a7 (patch)
tree5eee055aab8b6c3ac2bf731de0308f40f14d0eb9
parentf3ea582ab9dffe18b6b9eedbc272b2831376e22f (diff)
downloadaur-1390f07a5e8748eb00971358a9cf36203daf51a7.tar.gz
Add dependency and bump version
-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=