Date: Monday, January 27, 2020 @ 14:54:47 Author: coderobe Revision: 556086
upgpkg: s-tui 1.0.0-1: 1.0.0 Modified: s-tui/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-27 14:54:35 UTC (rev 556085) +++ PKGBUILD 2020-01-27 14:54:47 UTC (rev 556086) @@ -1,8 +1,8 @@ # Maintainer: Robin Broda <coderobe @ archlinux.org> # Contributor: Lars Hagström <[email protected]> pkgname=s-tui -pkgver=0.8.3 -pkgrel=4 +pkgver=1.0.0 +pkgrel=1 pkgdesc="Terminal UI stress test and monitoring tool " arch=('any') url="https://github.com/amanusk/s-tui" @@ -9,7 +9,7 @@ license=('GPL2') depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('74270fe57b3350f0cfa1a9f0fba80951d2117d7284de509863dbeadfcdbd78dc') +sha256sums=('11490f432f91b0b0535d60a6621903fa40231b871a616259cb6a1db3e2f2c6f6') build() { cd "${pkgname}-${pkgver}"
