diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-11-24 10:52:56 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-11-24 12:19:50 -0500 |
commit | dac5525c7dd35172d583ffc289274893e739275a (patch) | |
tree | dfbe4d245fb1ed7b74bafcfe2f8d6394d109ae7d /pcr/toot | |
parent | b06b9c3a5b4fda75616403e4a19dee3b71c3c74f (diff) | |
download | abslibre-dac5525c7dd35172d583ffc289274893e739275a.tar.gz abslibre-dac5525c7dd35172d583ffc289274893e739275a.tar.bz2 abslibre-dac5525c7dd35172d583ffc289274893e739275a.zip |
[toot]: rebuild
Diffstat (limited to 'pcr/toot')
-rw-r--r-- | pcr/toot/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/toot/PKGBUILD b/pcr/toot/PKGBUILD index ed9ee9f0e..561138e8c 100644 --- a/pcr/toot/PKGBUILD +++ b/pcr/toot/PKGBUILD @@ -3,13 +3,13 @@ pkgname=toot pkgver=0.24.0 -pkgrel=1 +pkgrel=2 pkgdesc="CLI and TUI clients for Mastodon federated services" arch=('any') url=https://github.com/ihabunek/toot license=('GPL3') -depends=('python-requests' 'python-beautifulsoup4' 'python-wcwidth') +depends=('python-requests' 'python-beautifulsoup4' 'python-urwid' 'python-wcwidth') # source=(https://github.com/ihabunek/toot/releases/download/${pkgver}/${_release}.tar.gz) source=(https://github.com/ihabunek/toot/archive/${pkgver}.tar.gz) |