summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce7eaba11c65..d80698086286 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.23.0
+ pkgver = 1.24.0
pkgrel = 2
url = https://github.com/michael-lazar/rtv
arch = any
@@ -14,8 +14,8 @@ pkgbase = rtv
depends = python-six
depends = python-requests
conflicts = rtv-git
- source = https://github.com/michael-lazar/rtv/archive/v1.23.0.tar.gz
- md5sums = beef8d6850802e11343c2fe7befa717a
+ source = https://github.com/michael-lazar/rtv/archive/v1.24.0.tar.gz
+ md5sums = 59bad003b7734192a49de0d9a39eeeb9
pkgname = rtv
diff --git a/PKGBUILD b/PKGBUILD
index 58cf8f13793b..b341cb2fc9de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.23.0
+pkgver=1.24.0
pkgrel=2
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -11,7 +11,7 @@ conflicts=('rtv-git')
makedepends=('python-setuptools')
depends=('python-beautifulsoup4' 'python-decorator' 'python-kitchen' 'ncurses' 'python' 'python-six' 'python-requests')
source=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
-md5sums=('beef8d6850802e11343c2fe7befa717a')
+md5sums=('59bad003b7734192a49de0d9a39eeeb9')
package() {
cd "$srcdir/$pkgname-$pkgver"