summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-10-17 20:57:14 -0700
committerJohnathan Jenkins2016-10-17 20:57:14 -0700
commit434248a4a7ded4c163781ca3eabe8e106d1da20f (patch)
tree4222c9496f9cb03819bbaa76cbba0b5945c25261
parent783afe9cd1fe9927a3b46c95115cc62242b0bd29 (diff)
downloadaur-434248a4a7ded4c163781ca3eabe8e106d1da20f.tar.gz
update to 1.13.0
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8631600aa74e..ef26a7443551 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 27 08:49:58 UTC 2016
+# Tue Oct 18 03:57:03 UTC 2016
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.12.1
+ pkgver = 1.13.0
pkgrel = 0
url = https://github.com/michael-lazar/rtv
arch = any
@@ -19,8 +19,8 @@ pkgbase = rtv
depends = python-praw
depends = mailcap-fix
conflicts = rtv-git
- source = https://github.com/michael-lazar/rtv/archive/v1.12.1.tar.gz
- md5sums = e2b2decc7869cf5dad16dc7293d5fd73
+ source = https://github.com/michael-lazar/rtv/archive/v1.13.0.tar.gz
+ md5sums = ef3507ede32a324be0de4338d5a89c27
pkgname = rtv
diff --git a/PKGBUILD b/PKGBUILD
index 147c4003c521..0975f92e33dd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.12.1
+pkgver=1.13.0
pkgrel=0
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -11,7 +11,7 @@ conflicts=('rtv-git')
makedepends=('git' '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=('e2b2decc7869cf5dad16dc7293d5fd73')
+md5sums=('ef3507ede32a324be0de4338d5a89c27')
package() {
cd "$srcdir/$pkgname-$pkgver"