diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template index c504b173e91..e64c1f9fe04 100644 --- a/srcpkgs/toot/template +++ b/srcpkgs/toot/template @@ -1,12 +1,12 @@ # Template file for 'toot' pkgname=toot version=0.21.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="toot" hostmakedepends="python3-setuptools" -depends="python3-BeautifulSoup4 python3-requests python3-setuptools" +depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth" short_desc="Mastodon CLI client" maintainer="Nathan Owens " license="GPL-3.0-or-later"