summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-07-11 00:48:28 -0700
committerJohn ShaggyTwoDope Jenkins2015-07-11 00:48:28 -0700
commitf01d9dc1857c32a636f18bddb7fb0c68714921a2 (patch)
treea304b18ea3f2afda706b1216ed8aaa956c7dd368 /PKGBUILD
parent56baba1dce05471cb67fda81f440c1c5ae14fdbc (diff)
downloadaur-f01d9dc1857c32a636f18bddb7fb0c68714921a2.tar.gz
update to 1.4.1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cc2ac54798a..3efeb8969525 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.4
+pkgver=1.4.1
pkgrel=1
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -11,7 +11,7 @@ conflicts=('rtv-git')
makedepends=('git')
depends=('python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw' 'python-setuptools')
source=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
-md5sums=('4dfff139915adb28e60ac53e5e320c97')
+md5sums=('07ebf3aff58d4e4f6dfbcd8e8311a8d0')
package() {
cd "$srcdir/$pkgname-$pkgver"