From 7ab2d30c6ca272958b1f3145de5a7ef65ebe5475 Mon Sep 17 00:00:00 2001 From: J Irving Date: Thu, 17 Nov 2022 13:18:24 -0500 Subject: [PATCH] toot: upgrade to 0.28.1 Also change maintainer to me, since Nathan no longer uses Void. --- srcpkgs/toot/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template index ba8446459ecd..a99508759f03 100644 --- a/srcpkgs/toot/template +++ b/srcpkgs/toot/template @@ -1,14 +1,15 @@ # Template file for 'toot' pkgname=toot -version=0.27.0 -revision=4 +version=0.28.1 +revision=5 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth python3-urwid" short_desc="Mastodon CLI client" -maintainer="Nathan Owens " +maintainer="Jon Levin " license="GPL-3.0-or-later" homepage="https://github.com/ihabunek/toot" distfiles="https://github.com/ihabunek/toot/archive/${version}.tar.gz" -checksum=65007187059fe17fae29796dd813cd3bbd8c44f72b5bfec0bc9ef20c65e69410 +checksum=2f91fca2d4a596180f47579b36ddea7717c6ff725ee379e5ebadc36e20cbb0ef +checkdepends="python3-pytest ${depends}"