summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2018-07-18 10:22:27 -0600
committerSumner Evans2018-07-18 10:22:49 -0600
commit22ca798bd8fa960ee3692926a76ecd7ca9f10d73 (patch)
tree0f26bbce0d73bfe82286d410c113c6723d0ef217
parent061cefd1bfbf55cacbacb3cdc89ddff5ca6e860d (diff)
downloadaur-22ca798bd8fa960ee3692926a76ecd7ca9f10d73.tar.gz
Added python-yaml dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76cfc989442f..f739e23f09d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,10 +8,12 @@ pkgbase = statcode
makedepends = python-setuptools
depends = python
depends = python-urwid
+ depends = python-yaml
source = https://files.pythonhosted.org/packages/source/s/statcode/statcode-1.0.0.tar.gz
sha256sums = 973bcf53ef9beedbb6d334dea5536af28b4fd02b5a2ed4b91cf2a256860dabe3
pkgname = statcode
depends = python
depends = python-urwid
+ depends = python-yaml
diff --git a/PKGBUILD b/PKGBUILD
index 57ece3d856d7..5a0ae90127e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgbase=('statcode')
pkgname=('statcode')
_module='statcode'
pkgver='1.0.0'
-pkgrel=2
+pkgrel=3
pkgdesc="Like man pages, but for HTTP status codes"
url="https://github.com/shobrook/statcode"
-depends=('python' 'python-urwid')
+depends=('python' 'python-urwid' 'python-yaml')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')