summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-10-18 19:55:06 -0700
committerJohnathan Jenkins2016-10-18 19:55:06 -0700
commit2c6cdc4b14e4976abc049cf38b233b5ddbc8d14c (patch)
tree078834516c5a0ae1893072c530d920b15e4c32dc
parent434248a4a7ded4c163781ca3eabe8e106d1da20f (diff)
downloadaur-2c6cdc4b14e4976abc049cf38b233b5ddbc8d14c.tar.gz
remove git depend
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef26a7443551..65e357cd696c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
# Generated by mksrcinfo v8
-# Tue Oct 18 03:57:03 UTC 2016
+# Wed Oct 19 02:54:56 UTC 2016
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
pkgver = 1.13.0
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/michael-lazar/rtv
arch = any
license = MIT
- makedepends = git
makedepends = python-setuptools
depends = python-beautifulsoup4
depends = python-decorator
diff --git a/PKGBUILD b/PKGBUILD
index 0975f92e33dd..2d3500e278c0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=rtv
pkgver=1.13.0
-pkgrel=0
+pkgrel=1
pkgdesc="Browse Reddit from your terminal"
arch=('any')
url="https://github.com/michael-lazar/rtv"
license=('MIT')
conflicts=('rtv-git')
-makedepends=('git' 'python-setuptools')
+makedepends=('python-setuptools')
depends=('python-beautifulsoup4' 'python-decorator' 'python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw' 'mailcap-fix')
source=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
md5sums=('ef3507ede32a324be0de4338d5a89c27')