summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-02-09 16:10:43 -0800
committerJohnathan Jenkins2017-02-09 16:10:43 -0800
commit1fb97697f8d2896ee7f89c77ee6101c42e957ebf (patch)
treecfb235ddb17f3417c1e2e18dab23fa6f04af741b
parent228bead3fd516a734474798ceef9b82537873370 (diff)
downloadaur-1fb97697f8d2896ee7f89c77ee6101c42e957ebf.tar.gz
drop mailcap dep
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffc45e47c575..e2349e4e945e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 13 03:13:31 UTC 2017
+# Fri Feb 10 00:10:35 UTC 2017
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
pkgver = 1.14.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/michael-lazar/rtv
arch = any
license = MIT
@@ -16,7 +16,6 @@ pkgbase = rtv
depends = python-six
depends = python-requests
depends = python-praw
- depends = mailcap-fix
conflicts = rtv-git
source = https://github.com/michael-lazar/rtv/archive/v1.14.1.tar.gz
md5sums = 5de5ca03be44bab9ebb8c66b4a2fe814
diff --git a/PKGBUILD b/PKGBUILD
index a80c1ca6d34e..b1a90497b17e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=rtv
pkgver=1.14.1
-pkgrel=1
+pkgrel=2
pkgdesc="Browse Reddit from your terminal"
arch=('any')
url="https://github.com/michael-lazar/rtv"
license=('MIT')
conflicts=('rtv-git')
makedepends=('python-setuptools')
-depends=('python-beautifulsoup4' 'python-decorator' 'python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw' 'mailcap-fix')
+depends=('python-beautifulsoup4' 'python-decorator' 'python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw')
source=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
md5sums=('5de5ca03be44bab9ebb8c66b4a2fe814')