summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2f1da8bd2dc..c62dd0e48505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.4
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/michael-lazar/rtv
arch = any
@@ -14,8 +14,8 @@ pkgbase = rtv
depends = python-praw
depends = python-setuptools
conflicts = rtv-git
- source = https://github.com/michael-lazar/rtv/archive/v1.4.tar.gz
- md5sums = 4dfff139915adb28e60ac53e5e320c97
+ source = https://github.com/michael-lazar/rtv/archive/v1.4.1.tar.gz
+ md5sums = 07ebf3aff58d4e4f6dfbcd8e8311a8d0
pkgname = rtv
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"