summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-08-03 08:59:13 -0700
committerJohnathan Jenkins2017-08-03 08:59:13 -0700
commit94af6f34a2a48ab1cd8b6ce4ab008e1c76bc2140 (patch)
treebe598380d014d6c0ce8f6cb3519ecb62a44b79b6
parent75097e7eebd11c9e1a6008f9f243f0da66adcf7d (diff)
downloadaur-94af6f34a2a48ab1cd8b6ce4ab008e1c76bc2140.tar.gz
1.17.0 release
-rwxr-xr-x[-rw-r--r--].SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cdfadac5e62..3dc1e140e96b 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 9 07:04:26 UTC 2017
+# Thu Aug 3 15:58:19 UTC 2017
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.16.0
+ pkgver = 1.17.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.16.0.tar.gz
- md5sums = ec5e015802fd4f99d8c518903b172e53
+ source = https://github.com/michael-lazar/rtv/archive/v1.17.0.tar.gz
+ md5sums = 6428fd5099ecc0066f3e95f6f235eba2
pkgname = rtv
diff --git a/PKGBUILD b/PKGBUILD
index f25fda52fa00..1ea9ac43e149 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.16.0
+pkgver=1.17.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=('ec5e015802fd4f99d8c518903b172e53')
+md5sums=('6428fd5099ecc0066f3e95f6f235eba2')
package() {
cd "$srcdir/$pkgname-$pkgver"