summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')