summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-07-11 23:07:08 -0700
committerJohnathan Jenkins2016-07-11 23:07:08 -0700
commitd5583a8e33c891b48fd67475f8ef06eba92f5dfc (patch)
tree889607a58855d7a37913bbba7bc15b177e0d7d90
parent654d25515aa8943de6c07d8b0a0c49418a3f759a (diff)
downloadaur-d5583a8e33c891b48fd67475f8ef06eba92f5dfc.tar.gz
1.10.0 update
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bc2f03c202a..69d5cc1b5aed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 14 08:59:49 UTC 2016
+# Tue Jul 12 06:06:58 UTC 2016
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.9.1
- pkgrel = 1
+ pkgver = 1.10.0
+ pkgrel = 0
url = https://github.com/michael-lazar/rtv
arch = any
license = MIT
@@ -18,8 +18,8 @@ pkgbase = rtv
depends = python-requests
depends = python-praw
conflicts = rtv-git
- source = https://github.com/michael-lazar/rtv/archive/v1.9.1.tar.gz
- md5sums = 01b238367f6d75a7fd0eda453e272abe
+ source = https://github.com/michael-lazar/rtv/archive/v1.10.0.tar.gz
+ md5sums = c71eefdf21107896c2343dbfcbfb83ae
pkgname = rtv
diff --git a/PKGBUILD b/PKGBUILD
index e184a87a27cc..fe22e50aaf1c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.9.1
-pkgrel=1
+pkgver=1.10.0
+pkgrel=0
pkgdesc="Browse Reddit from your terminal"
arch=('any')
url="https://github.com/michael-lazar/rtv"
@@ -11,7 +11,7 @@ conflicts=('rtv-git')
makedepends=('git' 'python-setuptools')
depends=('python-tornado' 'python-decorator' 'python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw')
source=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
-md5sums=('01b238367f6d75a7fd0eda453e272abe')
+md5sums=('c71eefdf21107896c2343dbfcbfb83ae')
build() {
cd "$srcdir/$pkgname-$pkgver"