summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlestofante2020-09-07 12:51:50 +0200
committerlestofante2020-09-07 12:51:50 +0200
commitfac765a2b4acd48998d858be43baa4177fa6414a (patch)
tree61f6627574ec6b736796b567807a1f9f357b0295 /PKGBUILD
parentb6041bfbfe677dc01086f38f362af3edf5afc609 (diff)
downloadaur-s-tui-git.tar.gz
moved python-setuptool as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fd9b920efcd..b08dc3a93fe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Lestofante <lestofante88@gmail.com>
pkgname=s-tui-git
pkgver=v0.8.3.r115.g37ca30c
-pkgrel=1
+pkgrel=2
pkgdesc="Terminal UI stress test and monitoring tool "
arch=('any')
url="https://github.com/amanusk/s-tui"
license=('GPLv2')
groups=()
-depends=('stress' 'python' 'python-urwid' 'python-psutil')
-makedepends=('git' 'python-setuptools')
+depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
+makedepends=('git')
options=(!emptydirs)
install=
source=("$pkgname"::"git+$url")