summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-08-27 00:32:36 -0700
committerJohn ShaggyTwoDope Jenkins2015-08-27 00:32:36 -0700
commit2a383e469ddd09fc8e9dae94c5f5d1ce3de21468 (patch)
treed155513845bdb2c731e86df855363ea728639062
parent8394c274cfa67ffa00817260f13f25ba6b4c42d6 (diff)
downloadaur-2a383e469ddd09fc8e9dae94c5f5d1ce3de21468.tar.gz
1.5 release
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b2ec8e86658..f8ab5162ab6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.4.2
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/michael-lazar/rtv
arch = any
@@ -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.2.tar.gz
- md5sums = e2e88061e9e5902acc7a9d56dfd9c066
+ source = https://github.com/michael-lazar/rtv/archive/v1.5.tar.gz
+ md5sums = 9a343ed105b360ebd890942ae45926f7
pkgname = rtv
diff --git a/PKGBUILD b/PKGBUILD
index 2120045e2e00..53a41099dbe2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.4.2
+pkgver=1.5
pkgrel=1
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -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=('e2e88061e9e5902acc7a9d56dfd9c066')
+md5sums=('9a343ed105b360ebd890942ae45926f7')
package() {
cd "$srcdir/$pkgname-$pkgver"