summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bdd55391914..8631600aa74e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 26 04:04:43 UTC 2016
+# Tue Sep 27 08:49:58 UTC 2016
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.12.0
+ pkgver = 1.12.1
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.0.tar.gz
- md5sums = c98d329b8d30f725834f4a447ef8ce33
+ source = https://github.com/michael-lazar/rtv/archive/v1.12.1.tar.gz
+ md5sums = e2b2decc7869cf5dad16dc7293d5fd73
pkgname = rtv
diff --git a/PKGBUILD b/PKGBUILD
index 7b4e5b06dd78..147c4003c521 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.12.0
+pkgver=1.12.1
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=('c98d329b8d30f725834f4a447ef8ce33')
+md5sums=('e2b2decc7869cf5dad16dc7293d5fd73')
package() {
cd "$srcdir/$pkgname-$pkgver"