summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cdc10630a09..0b2ec8e86658 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.4.1
- pkgrel = 2
+ pkgver = 1.4.2
+ pkgrel = 1
url = https://github.com/michael-lazar/rtv
arch = any
license = MIT
@@ -15,8 +15,8 @@ pkgbase = rtv
depends = python-praw-git
depends = python-setuptools
conflicts = rtv-git
- source = https://github.com/michael-lazar/rtv/archive/v1.4.1.tar.gz
- md5sums = 07ebf3aff58d4e4f6dfbcd8e8311a8d0
+ source = https://github.com/michael-lazar/rtv/archive/v1.4.2.tar.gz
+ md5sums = e2e88061e9e5902acc7a9d56dfd9c066
pkgname = rtv
diff --git a/PKGBUILD b/PKGBUILD
index 36fe399c2314..2120045e2e00 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
pkgdesc="Browse Reddit from your terminal"
arch=('any')
url="https://github.com/michael-lazar/rtv"
@@ -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=('07ebf3aff58d4e4f6dfbcd8e8311a8d0')
+md5sums=('e2e88061e9e5902acc7a9d56dfd9c066')
package() {
cd "$srcdir/$pkgname-$pkgver"