summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-10-18 20:11:16 -0700
committerJohnathan Jenkins2016-10-18 20:11:16 -0700
commit8f1695adf5a23164f3cd8f892cbae4c10cbb697c (patch)
treeb19e03ee05ffde5dc2e4bb74e5d0fe976789aa4b
parent3ca1473d37f34ace318dcba81a1c0d87b22e1bca (diff)
downloadaur-8f1695adf5a23164f3cd8f892cbae4c10cbb697c.tar.gz
drop depend
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3be7f7ae2cd7..843b0162048c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 03:07:37 UTC 2016
+# Wed Oct 19 03:11:06 UTC 2016
pkgbase = rtv-git
pkgdesc = Browse Reddit from your terminal
pkgver = r949.cd7ac34
@@ -9,7 +9,6 @@ pkgbase = rtv-git
license = MIT
makedepends = git
makedepends = python-setuptools
- depends = python-tornado
depends = python-decorator
depends = python3-kitchen
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index a10b71a70168..8f2ca48b5805 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/michael-lazar/rtv"
license=('MIT')
conflicts=('rtv')
makedepends=('git' 'python-setuptools')
-depends=('python-tornado' 'python-decorator' 'python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw')
+depends=('python-decorator' 'python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw')
source=('git+https://github.com/michael-lazar/rtv.git')
sha256sums=('SKIP')