summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBennett Piater2017-04-15 16:32:53 +0200
committerBennett Piater2017-04-15 16:32:53 +0200
commit57717f7ff70a229fe71a305cbf152037c84c24b4 (patch)
treeaa7e7fe360dcf4efed232cc995d600baa0891148
parent4b09cbbb7ce02f948c8c8503a968abb82c8331c3 (diff)
downloadaur-57717f7ff70a229fe71a305cbf152037c84c24b4.tar.gz
upgpkg: aursec-git v0.9.r30.90d1bc7-1
upstream release
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfcd215a57e3..4d288cbb58f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,6 +25,7 @@ pkgname = aursec-git
pkgname = aursec-tui-git
pkgdesc = Inspect the aursec blockchain
depends = python
+ depends = python-requests
depends = python-urwid
depends = aursec
provides = aursec-tui
diff --git a/PKGBUILD b/PKGBUILD
index 7d3b2b65a422..384b4420b190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,7 +48,7 @@ package_aursec-git() {
package_aursec-tui-git() {
pkgdesc='Inspect the aursec blockchain'
- depends=(python python-urwid aursec)
+ depends=(python python-requests python-urwid aursec)
provides=(aursec-tui)
conflicts=(aursec-tui)