summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-03-29 23:24:09 -0700
committerJohnathan Jenkins2017-03-29 23:24:09 -0700
commitf1dc9e0108ef72b4e8b462d6e2905bbc0f10d046 (patch)
tree1f00804981497e3eb44674abcef513efc668f659 /PKGBUILD
parent59c7ba4bf29f672bc5f231c97f65ef8dc985012d (diff)
downloadaur-f1dc9e0108ef72b4e8b462d6e2905bbc0f10d046.tar.gz
bundled praw removed old depends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1769a61208f0..21d2dd895cf1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv-git
-pkgver=r970.b1bf5f9
+pkgver=r996.edc40af
pkgrel=1
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
conflicts=('rtv')
makedepends=('git' 'python-setuptools')
depends=('python-beautifulsoup4' 'python-decorator' 'python3-kitchen' 'ncurses'
-'python' 'python-six' 'python-requests' 'python-praw')
+'python' 'python-six' 'python-requests')
source=('git+https://github.com/michael-lazar/rtv.git')
sha256sums=('SKIP')