summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae8a5fc4fd7e..d2ff41138241 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = toot
pkgdesc = a Mastodon CLI client
- pkgver = 0.20.0
+ pkgver = 0.21.0
pkgrel = 1
url = https://github.com/ihabunek/toot
arch = any
license = GPL3
depends = python-requests
depends = python-beautifulsoup4
- source = https://files.pythonhosted.org/packages/source/t/toot/toot-0.20.0.tar.gz
- sha256sums = 4135f03549e50471fe394496161f1ef5fd7d4b0ce5edb0f809bbbe6e47599e55
+ depends = python-wcwidth
+ source = https://files.pythonhosted.org/packages/source/t/toot/toot-0.21.0.tar.gz
+ sha256sums = 3de89f7b3abed0ef73163ce3114a3fc259b7f8f37168eb6c3b797035992c1bb7
pkgname = toot
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"