txt2tags: update to 3.8.
This commit is contained in:
parent
e056ad5972
commit
f556dfc801
|
@ -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 <coder64@protonmail.com>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue