summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2015-12-20 07:19:00 -0800
committerJohnathan Jenkins2015-12-20 07:19:00 -0800
commitbd0595d7e3d51f9f8f8d22738dd7d71f76113921 (patch)
tree4b161af7fc6f735178a25cbc276947cc19591b93
parent9df9f218e9cf1c1f0933883eebfc62adab47841b (diff)
downloadaur-bd0595d7e3d51f9f8f8d22738dd7d71f76113921.tar.gz
1.8.0 release
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9301e4947c5b..4b8656a07eb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 9 10:53:39 UTC 2015
+# Sun Dec 20 15:18:46 UTC 2015
pkgbase = rtv
pkgdesc = Browse Reddit from your terminal
- pkgver = 1.7.0
+ pkgver = 1.8.0
pkgrel = 0
url = https://github.com/michael-lazar/rtv
arch = any
@@ -18,8 +18,8 @@ pkgbase = rtv
depends = python-praw-git
depends = python-setuptools
conflicts = rtv-git
- source = https://github.com/michael-lazar/rtv/archive/v1.7.0.tar.gz
- md5sums = 8668bc931e554c6ab094f19772a05858
+ source = https://github.com/michael-lazar/rtv/archive/v1.8.0.tar.gz
+ md5sums = 96b1a1ae2eb00531d0c070ed93b14dbd
pkgname = rtv
diff --git a/PKGBUILD b/PKGBUILD
index 17f7711efe22..cdd56112689b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins twodopeshaggy@gmail.com
pkgname=rtv
-pkgver=1.7.0
+pkgver=1.8.0
pkgrel=0
pkgdesc="Browse Reddit from your terminal"
arch=('any')
@@ -11,7 +11,7 @@ conflicts=('rtv-git')
makedepends=('git')
depends=('python-tornado' '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=('8668bc931e554c6ab094f19772a05858')
+md5sums=('96b1a1ae2eb00531d0c070ed93b14dbd')
package() {
cd "$srcdir/$pkgname-$pkgver"