summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-07-11 00:59:58 -0700
committerJohn ShaggyTwoDope Jenkins2015-07-11 00:59:58 -0700
commitfd3da36d0bab2a090d4411dea1e6c185c8327c27 (patch)
tree90db91fe7bb8d4d986eb7c83a27900f1eabfa13e /PKGBUILD
parentf01d9dc1857c32a636f18bddb7fb0c68714921a2 (diff)
downloadaur-fd3da36d0bab2a090d4411dea1e6c185c8327c27.tar.gz
fix dep
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3efeb8969525..d7c3fb1f8829 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/michael-lazar/rtv"
license=('MIT')
conflicts=('rtv-git')
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=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
md5sums=('07ebf3aff58d4e4f6dfbcd8e8311a8d0')