summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Hagström2019-03-18 21:46:45 +0100
committerLars Hagström2019-03-18 21:46:45 +0100
commit0d107dcbd377c03a6f0ff6dcdfae703f7154fa0a (patch)
treef96969f3defb4c2fd6f026ea2a2caacf50816f67
parent0d13b66f74cbe475ff011fbf4da171c4067ea2d6 (diff)
downloadaur-0d107dcbd377c03a6f0ff6dcdfae703f7154fa0a.tar.gz
Bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cf51f54bf34..bc32cfc535c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = s-tui
pkgdesc = Terminal UI stress test and monitoring tool
- pkgver = 0.8.2
+ pkgver = 0.8.3
pkgrel = 1
url = https://github.com/amanusk/s-tui
arch = any
@@ -12,8 +12,8 @@ pkgbase = s-tui
depends = python-setuptools
conflicts = s-tui-git
options = !emptydirs
- source = https://github.com/amanusk/s-tui/archive/v0.8.2.tar.gz
- sha1sums = a2d5234f4cd4cf21cde0ea9283d9a91a84f7b77b
+ source = https://github.com/amanusk/s-tui/archive/v0.8.3.tar.gz
+ sha1sums = 07882feedfbf4a709128c2f004e452c947379dda
pkgname = s-tui
diff --git a/PKGBUILD b/PKGBUILD
index cf3344040b5c..a42bbd46a8e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Lars Hagström <lars@foldspace.nu>
+# Maintainer: Lars Hagström <lars@foldspace.nu>
pkgname=s-tui
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=1
pkgdesc="Terminal UI stress test and monitoring tool "
arch=('any')
@@ -11,7 +11,7 @@ depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
options=(!emptydirs)
install=
source=("$url/archive/v$pkgver.tar.gz")
-sha1sums=('a2d5234f4cd4cf21cde0ea9283d9a91a84f7b77b')
+sha1sums=('07882feedfbf4a709128c2f004e452c947379dda')
conflicts=("s-tui-git")