summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-11-24 10:52:56 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2019-11-24 12:19:50 -0500
commitdac5525c7dd35172d583ffc289274893e739275a (patch)
treedfbe4d245fb1ed7b74bafcfe2f8d6394d109ae7d /pcr
parentb06b9c3a5b4fda75616403e4a19dee3b71c3c74f (diff)
[toot]: rebuild
Diffstat (limited to 'pcr')
-rw-r--r--pcr/toot/PKGBUILD4
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)