summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-08-27 00:32:36 -0700
committerJohn ShaggyTwoDope Jenkins2015-08-27 00:32:36 -0700
commit2a383e469ddd09fc8e9dae94c5f5d1ce3de21468 (patch)
treed155513845bdb2c731e86df855363ea728639062 /PKGBUILD
parent8394c274cfa67ffa00817260f13f25ba6b4c42d6 (diff)
downloadaur-2a383e469ddd09fc8e9dae94c5f5d1ce3de21468.tar.gz
1.5 release
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2120045e2e00..53a41099dbe2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.4.2
+pkgver=1.5
pkgrel=1
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -11,7 +11,7 @@ conflicts=('rtv-git')
makedepends=('git')
depends=('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=('e2e88061e9e5902acc7a9d56dfd9c066')
+md5sums=('9a343ed105b360ebd890942ae45926f7')
package() {
cd "$srcdir/$pkgname-$pkgver"