|
|
@@ -2,14 +2,14 @@ |
|
|
|
|
|
|
|
pkgname=rtv |
|
|
|
pkgver=1.4.1 |
|
|
|
pkgrel=1 |
|
|
|
pkgrel=2 |
|
|
|
pkgdesc="Browse Reddit from your terminal" |
|
|
|
arch=('any') |
|
|
|
url="https://github.com/michael-lazar/rtv" |
|
|
|
license=('MIT') |
|
|
|
conflicts=('rtv-git') |
|
|
|
makedepends=('git') |
|
|
|
depends=('python3-kitchen' 'ncurses' 'python' 'python-six' 'python-requests' 'python-praw-git' 'python-setuptools') |
|
|
|
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') |
|
|
|
|