summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30f50d13690c..d3789998550a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 5 06:29:55 UTC 2017
+# Sun Dec 31 01:42:59 UTC 2017
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.20.0
+ pkgver = 1.21.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.20.0.tar.gz
- md5sums = 267d4fac1e629cae4e599f4fc3b2c384
+ source = https://github.com/michael-lazar/rtv/archive/v1.21.0.tar.gz
+ md5sums = d46754d6bf84ad2bd435f8cdfa0e7b5e
pkgname = rtv
diff --git a/PKGBUILD b/PKGBUILD
index acc7db0b9e83..47d498e70df6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.20.0
+pkgver=1.21.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=('267d4fac1e629cae4e599f4fc3b2c384')
+md5sums=('d46754d6bf84ad2bd435f8cdfa0e7b5e')
package() {
cd "$srcdir/$pkgname-$pkgver"