summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlestofante2020-09-07 12:51:50 +0200
committerlestofante2020-09-07 12:51:50 +0200
commitfac765a2b4acd48998d858be43baa4177fa6414a (patch)
tree61f6627574ec6b736796b567807a1f9f357b0295
parentb6041bfbfe677dc01086f38f362af3edf5afc609 (diff)
downloadaur-s-tui-git.tar.gz
moved python-setuptool as dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34c83c8caf9f..c8f453be5541 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = s-tui-git
pkgdesc = Terminal UI stress test and monitoring tool
- pkgver = v0.8.3.r0.ga7cc0a3
+ pkgver = v0.8.3.r115.g37ca30c
pkgrel = 2
url = https://github.com/amanusk/s-tui
arch = any
license = GPLv2
makedepends = git
- makedepends = python-setuptools
depends = stress
depends = python
depends = python-urwid
depends = python-psutil
+ depends = python-setuptools
conflicts = s-tui
options = !emptydirs
source = s-tui-git::git+https://github.com/amanusk/s-tui
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")