summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2019-09-04 20:50:26 +0200
committerdanieltetraquark2019-09-04 20:50:26 +0200
commit4ceff04c9224254a9179aeceb637c100ef8c6d4c (patch)
tree10a8322ae5825430fd7d55660ded86c17164774c
parentffb81b75d8404212e04c1c2496febfaa06d6f8ca (diff)
downloadaur-4ceff04c9224254a9179aeceb637c100ef8c6d4c.tar.gz
Update requriements
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 296644cd1b4a..ff936ccebd2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = toot
pkgdesc = a Mastodon CLI client
pkgver = 0.23.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ihabunek/toot
arch = any
license = GPL3
depends = python-requests
depends = python-beautifulsoup4
depends = python-wcwidth
+ depends = python-urwid
source = https://files.pythonhosted.org/packages/source/t/toot/toot-0.23.1.tar.gz
sha256sums = 3ff1c31923f51c63d6eafd07184cee7358315a3c1b0f85e5a148574edc23d5fa
diff --git a/PKGBUILD b/PKGBUILD
index a518ad2c69e4..c1bd69a8f268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=toot
_name=toot
pkgver=0.23.1
-pkgrel=1
+pkgrel=2
pkgdesc="a Mastodon CLI client"
-depends=('python-requests' 'python-beautifulsoup4' 'python-wcwidth')
+depends=('python-requests' 'python-beautifulsoup4' 'python-wcwidth' 'python-urwid')
license=('GPL3')
arch=('any')
url="https://github.com/ihabunek/toot"