summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-06-14 01:52:51 -0700
committerJohnathan Jenkins2016-06-14 01:52:51 -0700
commit832c7f001254d1ea2b4388575255cf8507d5668c (patch)
tree695ee56dd30a46471cfd8d61a0b8b3146adf03a4 /PKGBUILD
parent7a8ab0530281200be0f061362ecb7b1c0fc6138c (diff)
downloadaur-832c7f001254d1ea2b4388575255cf8507d5668c.tar.gz
1.9.1 release
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acfb069f0ac7..d106767c4fd7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -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=('d50b386c6145ccdaf7fbfeff0d68b657')
+md5sums=('01b238367f6d75a7fd0eda453e272abe')
package() {
cd "$srcdir/$pkgname-$pkgver"