mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
txt2tags: update to 3.9.
This commit is contained in:
parent
1a8fec4f39
commit
aa989c09a6
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'txt2tags'
|
# Template file for 'txt2tags'
|
||||||
pkgname=txt2tags
|
pkgname=txt2tags
|
||||||
version=3.8
|
version=3.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3-wheel python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Tool for converting plain text into many markup languages"
|
short_desc="Tool for converting plain text into many markup languages"
|
||||||
maintainer="meator <coder64@protonmail.com>"
|
maintainer="meator <coder64@protonmail.com>"
|
||||||
|
@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://txt2tags.org/"
|
homepage="https://txt2tags.org/"
|
||||||
changelog="https://raw.githubusercontent.com/txt2tags/txt2tags/v3/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/txt2tags/txt2tags/v3/CHANGELOG.md"
|
||||||
distfiles="https://github.com/txt2tags/txt2tags/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/txt2tags/txt2tags/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=a8803ff3a837223f5632f529aa941bc257a8bcc84f5bcc3100c46f8554f32af8
|
checksum=1f188be1c3dccdf6beaffd1a45829b4df2b2f58973c8de6bc1a7c9cef1c0e4f1
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 test/run.py
|
python3 test/run.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue