summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-02-01 14:18:47 -0800
committerJohnathan Jenkins2016-02-01 14:18:47 -0800
commit1550896115e72209fc780d277fc40fcdf404aee0 (patch)
tree85ce66e1f10f593b78caaaa92316d8c0e430d19b
parentbd0595d7e3d51f9f8f8d22738dd7d71f76113921 (diff)
downloadaur-1550896115e72209fc780d277fc40fcdf404aee0.tar.gz
update to 1.8.1
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b8656a07eb2..540ac197d27e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 20 15:18:46 UTC 2015
+# Mon Feb 1 22:16:02 UTC 2016
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.8.0
+ pkgver = 1.8.1
pkgrel = 0
url = https://github.com/michael-lazar/rtv
arch = any
@@ -18,8 +18,8 @@ pkgbase = rtv
depends = python-praw-git
depends = python-setuptools
conflicts = rtv-git
- source = https://github.com/michael-lazar/rtv/archive/v1.8.0.tar.gz
- md5sums = 96b1a1ae2eb00531d0c070ed93b14dbd
+ source = https://github.com/michael-lazar/rtv/archive/v1.8.1.tar.gz
+ md5sums = bd4d659a333a45ca88f2e8062b968274
pkgname = rtv
diff --git a/PKGBUILD b/PKGBUILD
index cdd56112689b..b9c920b3f367 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=0
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -11,7 +11,7 @@ conflicts=('rtv-git')
makedepends=('git')
depends=('python-tornado' 'python-decorator' 'python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw-git' 'python-setuptools')
source=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
-md5sums=('96b1a1ae2eb00531d0c070ed93b14dbd')
+md5sums=('bd4d659a333a45ca88f2e8062b968274')
package() {
cd "$srcdir/$pkgname-$pkgver"