summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2018-07-04 10:13:56 -0400
committerSean Anderson2018-07-04 10:13:56 -0400
commit58f19265e14c83ce3765b58a60dab87d1e2ab5eb (patch)
treef8097c988bc721314a3505c99d59921c716482dc
parent1c59d4b0267f89bf9e3d0559780f3f397f7a36eb (diff)
downloadaur-58f19265e14c83ce3765b58a60dab87d1e2ab5eb.tar.gz
1.21 -> 1.23
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3789998550a..ad5920d7f100 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Dec 31 01:42:59 UTC 2017
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.21.0
+ pkgver = 1.23.0
pkgrel = 1
url = https://github.com/michael-lazar/rtv
arch = any
@@ -16,8 +14,8 @@ pkgbase = rtv
depends = python-six
depends = python-requests
conflicts = rtv-git
- source = https://github.com/michael-lazar/rtv/archive/v1.21.0.tar.gz
- md5sums = d46754d6bf84ad2bd435f8cdfa0e7b5e
+ source = https://github.com/michael-lazar/rtv/archive/v1.23.0.tar.gz
+ md5sums = beef8d6850802e11343c2fe7befa717a
pkgname = rtv
diff --git a/PKGBUILD b/PKGBUILD
index 47d498e70df6..e62e936c5cfe 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.21.0
+pkgver=1.23.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=('d46754d6bf84ad2bd435f8cdfa0e7b5e')
+md5sums=('beef8d6850802e11343c2fe7befa717a')
package() {
cd "$srcdir/$pkgname-$pkgver"