summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-10-08 07:09:10 -0700
committerJohn ShaggyTwoDope Jenkins2015-10-08 07:09:10 -0700
commite80e551d3a7352d677c7c509c4f8520a37020b7c (patch)
treeebd196b5f823c2bd7b49efd3015d842af8713c8e
parentf5becf36a7e599c8806247d91313b98577ccb265 (diff)
downloadaur-e80e551d3a7352d677c7c509c4f8520a37020b7c.tar.gz
python-tornado added to depends
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b677f39c2b1..448e6e7dfc9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Oct 1 19:34:00 UTC 2015
+# Thu Oct 8 14:08:59 UTC 2015
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
pkgver = 1.5
@@ -8,6 +8,7 @@ pkgbase = rtv
arch = any
license = MIT
makedepends = git
+ depends = python-tornado
depends = python-decorator
depends = python3-kitchen
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index 877307fa58dc..12798eaec3ae 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/michael-lazar/rtv"
license=('MIT')
conflicts=('rtv-git')
makedepends=('git')
-depends=('python-decorator' 'python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw-git' 'python-setuptools')
+depends=('python-tornado' 'python-decorator' 'python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw-git' 'python-setuptools')
source=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
md5sums=('9a343ed105b360ebd890942ae45926f7')