From e99080002defebe69514daddf3f2279e26c9f25e Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 26 Mar 2023 00:55:26 +0530 Subject: [PATCH] txt2tags: update to 3.8. --- srcpkgs/txt2tags/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/txt2tags/template b/srcpkgs/txt2tags/template index 4ee009c3d2aa..81b3b47d811f 100644 --- a/srcpkgs/txt2tags/template +++ b/srcpkgs/txt2tags/template @@ -1,7 +1,7 @@ # Template file for 'txt2tags' pkgname=txt2tags -version=3.7 -revision=3 +version=3.8 +revision=1 build_style=python3-module hostmakedepends="python3 python3-setuptools" depends="python3" @@ -9,11 +9,10 @@ short_desc="Tool for converting plain text into many markup languages" maintainer="meator " license="GPL-2.0-or-later" homepage="https://txt2tags.org/" +changelog="https://raw.githubusercontent.com/txt2tags/txt2tags/v3/CHANGELOG.md" distfiles="https://github.com/txt2tags/txt2tags/archive/refs/tags/${version}.tar.gz" -checksum=ba745fc1aa98996578afadeb325173f7032a40f161dc4f6f7a7aa08848d11d03 +checksum=a8803ff3a837223f5632f529aa941bc257a8bcc84f5bcc3100c46f8554f32af8 do_check() { - vsed -i test/lib.py -e 's:TXT2TAGS = ".*:TXT2TAGS = "build/lib/txt2tags.py":' - chmod u+x build/lib/txt2tags.py python3 test/run.py }