summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2015-12-09 02:58:06 -0800
committerJohnathan Jenkins2015-12-09 02:58:06 -0800
commit9df9f218e9cf1c1f0933883eebfc62adab47841b (patch)
tree2c8e1911b51ac64c32fb6d47f494890f16d2b61a /PKGBUILD
parent870e96f4e10bddd5d560078070644d00eea753ff (diff)
downloadaur-9df9f218e9cf1c1f0933883eebfc62adab47841b.tar.gz
1.7.0 release
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0afa6c1ecee..17f7711efe22 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.6.1
+pkgver=1.7.0
pkgrel=0
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -11,7 +11,7 @@ conflicts=('rtv-git')
makedepends=('git')
depends=('python-tornado' 'python-decorator' 'python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw-git' 'python-setuptools')
source=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
-md5sums=('e5c4665e6442c17ee85e9ec0fe1c0687')
+md5sums=('8668bc931e554c6ab094f19772a05858')
package() {
cd "$srcdir/$pkgname-$pkgver"