summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuo Teramoto2018-02-23 19:43:23 -0300
committerKazuo Teramoto2018-02-23 19:43:23 -0300
commitcf4b0d3687dd55d626885f88baf8ea94e824cd12 (patch)
treede620c746f239aa5d2ecc3db9aa3e6b9e37de2c7
parent173b8f169e2885b8294096be4193baf3478b6d72 (diff)
downloadaur-cf4b0d3687dd55d626885f88baf8ea94e824cd12.tar.gz
Replace python-urwidtrees dep
The version on aur got updated, the git version is not needed anymore.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79d4591ade96..aaadf6f436cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = stig-git
makedepends = python-setuptools
depends = python
depends = python-urwid
- depends = python-urwidtrees-git
+ depends = python-urwidtrees
depends = python-aiohttp
depends = python-xdg
depends = python-blinker
diff --git a/PKGBUILD b/PKGBUILD
index 814f9f060d95..01f7c1ef6ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.8.2a.r91.c28fd6b
pkgrel=1
pkgdesc='TUI and CLI client for the Transmission daemon'
url='https://github.com/rndusr/stig'
-depends=('python' 'python-urwid' 'python-urwidtrees-git' 'python-aiohttp'
+depends=('python' 'python-urwid' 'python-urwidtrees' 'python-aiohttp'
'python-xdg' 'python-blinker' 'python-natsort')
makedepends=('git' 'python-setuptools')
optdepends=('python-geoip: shows country codes in peer lists'