summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2015-12-20 07:19:00 -0800
committerJohnathan Jenkins2015-12-20 07:19:00 -0800
commitbd0595d7e3d51f9f8f8d22738dd7d71f76113921 (patch)
tree4b161af7fc6f735178a25cbc276947cc19591b93 /PKGBUILD
parent9df9f218e9cf1c1f0933883eebfc62adab47841b (diff)
downloadaur-bd0595d7e3d51f9f8f8d22738dd7d71f76113921.tar.gz
1.8.0 release
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17f7711efe22..cdd56112689b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.7.0
+pkgver=1.8.0
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=('8668bc931e554c6ab094f19772a05858')
+md5sums=('96b1a1ae2eb00531d0c070ed93b14dbd')
package() {
cd "$srcdir/$pkgname-$pkgver"