summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96daafbb97e7..9301e4947c5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Oct 20 14:56:32 UTC 2015
+# Wed Dec 9 10:53:39 UTC 2015
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.6.1
+ pkgver = 1.7.0
pkgrel = 0
url = https://github.com/michael-lazar/rtv
arch = any
@@ -18,8 +18,8 @@ pkgbase = rtv
depends = python-praw-git
depends = python-setuptools
conflicts = rtv-git
- source = https://github.com/michael-lazar/rtv/archive/v1.6.1.tar.gz
- md5sums = e5c4665e6442c17ee85e9ec0fe1c0687
+ source = https://github.com/michael-lazar/rtv/archive/v1.7.0.tar.gz
+ md5sums = 8668bc931e554c6ab094f19772a05858
pkgname = rtv
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"