txt2tags: update to 3.9.
This commit is contained in:
parent
1a8fec4f39
commit
aa989c09a6
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'txt2tags'
|
||||
pkgname=txt2tags
|
||||
version=3.8
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3 python3-setuptools"
|
||||
version=3.9
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-wheel python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Tool for converting plain text into many markup languages"
|
||||
maintainer="meator <coder64@protonmail.com>"
|
||||
|
@ -11,7 +11,7 @@ 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=a8803ff3a837223f5632f529aa941bc257a8bcc84f5bcc3100c46f8554f32af8
|
||||
checksum=1f188be1c3dccdf6beaffd1a45829b4df2b2f58973c8de6bc1a7c9cef1c0e4f1
|
||||
|
||||
do_check() {
|
||||
python3 test/run.py
|
||||
|
|
Loading…
Reference in New Issue