summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-09-27 01:50:08 -0700
committerJohnathan Jenkins2016-09-27 01:50:08 -0700
commit783afe9cd1fe9927a3b46c95115cc62242b0bd29 (patch)
treeb6dc2811b88935b0ae525a0423c5b77cdc13f4b2 /PKGBUILD
parentc77d00f5c550b29ac2a9d37f771873fddecfbe84 (diff)
downloadaur-783afe9cd1fe9927a3b46c95115cc62242b0bd29.tar.gz
update to 1.12.1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b4e5b06dd78..147c4003c521 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.12.0
+pkgver=1.12.1
pkgrel=0
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -11,7 +11,7 @@ conflicts=('rtv-git')
makedepends=('git' '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=('c98d329b8d30f725834f4a447ef8ce33')
+md5sums=('e2b2decc7869cf5dad16dc7293d5fd73')
package() {
cd "$srcdir/$pkgname-$pkgver"