summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-12-30 17:43:28 -0800
committerJohnathan Jenkins2017-12-30 17:43:28 -0800
commit1c59d4b0267f89bf9e3d0559780f3f397f7a36eb (patch)
tree874c7c1a8fd9cd0c03f646d3b34b6e7d5b0bb4d3 /PKGBUILD
parent131d77062df7486afae4482ea89bb0b5f293733b (diff)
downloadaur-1c59d4b0267f89bf9e3d0559780f3f397f7a36eb.tar.gz
1.21.0 release
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acc7db0b9e83..47d498e70df6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.20.0
+pkgver=1.21.0
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')
source=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
-md5sums=('267d4fac1e629cae4e599f4fc3b2c384')
+md5sums=('d46754d6bf84ad2bd435f8cdfa0e7b5e')
package() {
cd "$srcdir/$pkgname-$pkgver"