summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-02-09 16:11:13 -0800
committerJohnathan Jenkins2017-02-09 16:11:13 -0800
commit1e84ec2789290c59b65b800d69e7d8023d0b3718 (patch)
treebc7211917c2b72925abe0e831ee41448bfbc9761
parent8732b7f10aab2d1d6f3a3ed253506979666b8591 (diff)
downloadaur-1e84ec2789290c59b65b800d69e7d8023d0b3718.tar.gz
drop mailcap dep
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23a4933c0528..1769a61208f0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv-git
-pkgver=r957.58f58f8
+pkgver=r970.b1bf5f9
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' 'mailcap-fix')
+'python' 'python-six' 'python-requests' 'python-praw')
source=('git+https://github.com/michael-lazar/rtv.git')
sha256sums=('SKIP')