diff options
Diffstat (limited to 'pcr/toot/PKGBUILD')
-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) |