summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-11-03 06:17:42 -0700
committerJohnathan Jenkins2016-11-03 06:17:42 -0700
commit8732b7f10aab2d1d6f3a3ed253506979666b8591 (patch)
tree12f0e41462c86621ec30385aafc94b5cc564f353
parent8f1695adf5a23164f3cd8f892cbae4c10cbb697c (diff)
downloadaur-8732b7f10aab2d1d6f3a3ed253506979666b8591.tar.gz
update depends
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 843b0162048c..c64918e3657c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 03:11:06 UTC 2016
+# Thu Nov 3 13:17:34 UTC 2016
pkgbase = rtv-git
pkgdesc = Browse Reddit from your terminal
- pkgver = r949.cd7ac34
+ pkgver = r957.58f58f8
pkgrel = 1
url = https://github.com/michael-lazar/rtv
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
+ depends = python-beautifulsoup4
depends = python-decorator
depends = python3-kitchen
depends = ncurses
@@ -16,6 +17,7 @@ pkgbase = rtv-git
depends = python-six
depends = python-requests
depends = python-praw
+ depends = mailcap-fix
conflicts = rtv
source = git+https://github.com/michael-lazar/rtv.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8f2ca48b5805..23a4933c0528 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv-git
-pkgver=r949.cd7ac34
+pkgver=r957.58f58f8
pkgrel=1
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -9,7 +9,8 @@ url="https://github.com/michael-lazar/rtv"
license=('MIT')
conflicts=('rtv')
makedepends=('git' 'python-setuptools')
-depends=('python-decorator' 'python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw')
+depends=('python-beautifulsoup4' 'python-decorator' 'python3-kitchen' 'ncurses'
+'python' 'python-six' 'python-requests' 'python-praw' 'mailcap-fix')
source=('git+https://github.com/michael-lazar/rtv.git')
sha256sums=('SKIP')