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