summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-06-09 00:04:44 -0700
committerJohnathan Jenkins2017-06-09 00:04:44 -0700
commit75097e7eebd11c9e1a6008f9f243f0da66adcf7d (patch)
tree02735e24773cb9d56e53ecfa7a246c76b53067ea
parent31d4b20f68966bab28c677b51b96134a65443f74 (diff)
downloadaur-75097e7eebd11c9e1a6008f9f243f0da66adcf7d.tar.gz
1.16.0
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecc2b2b47cc3..7cdfadac5e62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 10 03:51:14 UTC 2017
+# Fri Jun 9 07:04:26 UTC 2017
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.15.1
+ pkgver = 1.16.0
pkgrel = 1
url = https://github.com/michael-lazar/rtv
arch = any
@@ -16,8 +16,8 @@ pkgbase = rtv
depends = python-six
depends = python-requests
conflicts = rtv-git
- source = https://github.com/michael-lazar/rtv/archive/v1.15.1.tar.gz
- md5sums = 3d294978e0a5e20f2deed1929122d2f3
+ source = https://github.com/michael-lazar/rtv/archive/v1.16.0.tar.gz
+ md5sums = ec5e015802fd4f99d8c518903b172e53
pkgname = rtv
diff --git a/PKGBUILD b/PKGBUILD
index 54c1f8f0f1ad..f25fda52fa00 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.15.1
+pkgver=1.16.0
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')
source=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
-md5sums=('3d294978e0a5e20f2deed1929122d2f3')
+md5sums=('ec5e015802fd4f99d8c518903b172e53')
package() {
cd "$srcdir/$pkgname-$pkgver"