summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-01-12 19:13:38 -0800
committerJohnathan Jenkins2017-01-12 19:13:38 -0800
commit228bead3fd516a734474798ceef9b82537873370 (patch)
tree3ad753d9b118381109f4d17eeed5a665835fb59b
parent2c6cdc4b14e4976abc049cf38b233b5ddbc8d14c (diff)
downloadaur-228bead3fd516a734474798ceef9b82537873370.tar.gz
1.4.1 release
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65e357cd696c..ffc45e47c575 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 02:54:56 UTC 2016
+# Fri Jan 13 03:13:31 UTC 2017
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.13.0
+ pkgver = 1.14.1
pkgrel = 1
url = https://github.com/michael-lazar/rtv
arch = any
@@ -18,8 +18,8 @@ pkgbase = rtv
depends = python-praw
depends = mailcap-fix
conflicts = rtv-git
- source = https://github.com/michael-lazar/rtv/archive/v1.13.0.tar.gz
- md5sums = ef3507ede32a324be0de4338d5a89c27
+ source = https://github.com/michael-lazar/rtv/archive/v1.14.1.tar.gz
+ md5sums = 5de5ca03be44bab9ebb8c66b4a2fe814
pkgname = rtv
diff --git a/PKGBUILD b/PKGBUILD
index 2d3500e278c0..a80c1ca6d34e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.13.0
+pkgver=1.14.1
pkgrel=1
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -11,7 +11,7 @@ conflicts=('rtv-git')
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')
+md5sums=('5de5ca03be44bab9ebb8c66b4a2fe814')
package() {
cd "$srcdir/$pkgname-$pkgver"