ReText: update to 7.0.3.
Closes #15075. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
2db8310476
commit
8dbcde8d7d
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'ReText'
|
# Template file for 'ReText'
|
||||||
pkgname=ReText
|
pkgname=ReText
|
||||||
version=7.0.1
|
version=7.0.3
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="ReText"
|
pycompile_module="ReText"
|
||||||
wrksrc="${pkgname,,}-${version}"
|
wrksrc="${pkgname,,}-${version}"
|
||||||
hostmakedepends="python3 qt5-tools qt5-host-tools ImageMagick"
|
hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools"
|
||||||
makedepends="qt5-tools python3-PyQt5-webkit python3-Markups python3-Markdown"
|
makedepends="python3-Markdown python3-Markups python3-PyQt5-webkit qt5-tools"
|
||||||
depends="python3-PyQt5-webkit python3-Markups python3-Markdown
|
depends="desktop-file-utils python3-Markdown python3-Markups
|
||||||
desktop-file-utils shared-mime-info"
|
python3-PyQt5-webkit"
|
||||||
short_desc="Simple editor for Markdown and reStructuredText"
|
short_desc="Simple editor for Markdown and reStructuredText"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/retext-project/retext"
|
homepage="https://github.com/retext-project/retext"
|
||||||
distfiles="https://github.com/retext-project/retext/archive/${version}.tar.gz"
|
distfiles="https://github.com/retext-project/retext/archive/${version}.tar.gz"
|
||||||
checksum=c32ccdbcf31094258c792bc0589ff3ff212dea85466d776b7f60fa7b39da4b6c
|
checksum=ba32bd24776ba4f925d6a58ebd554880dd566d260c7c99e65cd71db3d7cadc89
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
lrelease locale/*.ts
|
lrelease locale/*.ts
|
||||||
|
|
Loading…
Reference in New Issue