summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-01-12 19:13:38 -0800
committerJohnathan Jenkins2017-01-12 19:13:38 -0800
commit228bead3fd516a734474798ceef9b82537873370 (patch)
tree3ad753d9b118381109f4d17eeed5a665835fb59b /PKGBUILD
parent2c6cdc4b14e4976abc049cf38b233b5ddbc8d14c (diff)
downloadaur-228bead3fd516a734474798ceef9b82537873370.tar.gz
1.4.1 release
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d3500e278c0..a80c1ca6d34e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.13.0
+pkgver=1.14.1
pkgrel=1
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -11,7 +11,7 @@ conflicts=('rtv-git')
makedepends=('python-setuptools')
depends=('python-beautifulsoup4' 'python-decorator' 'python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw' 'mailcap-fix')
source=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
-md5sums=('ef3507ede32a324be0de4338d5a89c27')
+md5sums=('5de5ca03be44bab9ebb8c66b4a2fe814')
package() {
cd "$srcdir/$pkgname-$pkgver"