summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-07-11 01:06:48 -0700
committerJohn ShaggyTwoDope Jenkins2015-07-11 01:06:48 -0700
commitf2b9d83add4f2ac29c45d81a005dda74bc9bfcb9 (patch)
treea65031c6f573f94da1a9665429d87abe59c97b17
parentdb23991e1325da36cf750d2c223200c13e6e0a42 (diff)
downloadaur-f2b9d83add4f2ac29c45d81a005dda74bc9bfcb9.tar.gz
dep fixes
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcfb915ccb37..7773fa154fad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = rtv-git
depends = python
depends = python-six
depends = python-requests
- depends = python-praw
+ depends = python-praw-git
depends = python-setuptools
conflicts = rtv
source = git+https://github.com/michael-lazar/rtv.git
diff --git a/PKGBUILD b/PKGBUILD
index b7b098d4565c..5e32a62b3e4f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/michael-lazar/rtv"
license=('MIT')
conflicts=('rtv')
makedepends=('git')
-depends=('python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw' 'python-setuptools')
+depends=('python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw-git' 'python-setuptools')
source=('git+https://github.com/michael-lazar/rtv.git')
sha256sums=('SKIP')