summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56f880885ebd..4830dd99f0bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=toot
_name=toot
-pkgver=0.20.0
+pkgver=0.21.0
pkgrel=1
pkgdesc="a Mastodon CLI client"
-depends=('python-requests' 'python-beautifulsoup4')
+depends=('python-requests' 'python-beautifulsoup4' 'python-wcwidth')
license=('GPL3')
arch=('any')
url="https://github.com/ihabunek/toot"
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('4135f03549e50471fe394496161f1ef5fd7d4b0ce5edb0f809bbbe6e47599e55')
+sha256sums=('3de89f7b3abed0ef73163ce3114a3fc259b7f8f37168eb6c3b797035992c1bb7')
build() {
cd "$pkgname-$pkgver"