summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2018-07-12 15:52:38 -0600
committerSumner Evans2018-07-12 15:52:38 -0600
commitb7eca946166046220ebbd991f00d467f46354d58 (patch)
tree000c03f3cf74c6c446e85bdf6c242f8f128fd498
parentbeffddb30b60040d683b885a1d2cdea599fa6d4a (diff)
downloadaur-b7eca946166046220ebbd991f00d467f46354d58.tar.gz
Add python-urwid dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fb87a8588d4..3cfe2b2218ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,11 @@ pkgbase = statcode
license = MIT
makedepends = python-setuptools
depends = python
+ depends = python-urwid
source = https://files.pythonhosted.org/packages/source/s/statcode/statcode-1.0.0.tar.gz
sha256sums = 973bcf53ef9beedbb6d334dea5536af28b4fd02b5a2ed4b91cf2a256860dabe3
pkgname = statcode
depends = python
+ depends = python-urwid
diff --git a/PKGBUILD b/PKGBUILD
index a28481eb8c00..323d59019ca6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver='1.0.0'
pkgrel=1
pkgdesc="Like man pages, but for HTTP status codes"
url="https://github.com/shobrook/statcode"
-depends=('python')
+depends=('python' 'python-urwid')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')