summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-07-11 23:07:08 -0700
committerJohnathan Jenkins2016-07-11 23:07:08 -0700
commitd5583a8e33c891b48fd67475f8ef06eba92f5dfc (patch)
tree889607a58855d7a37913bbba7bc15b177e0d7d90 /PKGBUILD
parent654d25515aa8943de6c07d8b0a0c49418a3f759a (diff)
downloadaur-d5583a8e33c891b48fd67475f8ef06eba92f5dfc.tar.gz
1.10.0 update
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"