* update po4a to 0.73-1

This commit is contained in:
Alexander Baldeck 2024-09-11 08:45:52 +02:00
parent a258dcf55c
commit 50dda36391
3 changed files with 29 additions and 2 deletions

23
po4a/.SRCINFO Normal file
View File

@ -0,0 +1,23 @@
pkgbase = po4a
pkgdesc = Tools for helping translation of documentation
pkgver = 0.73
pkgrel = 1
url = https://po4a.org/
arch = any
license = GPL
makedepends = perl-text-wrapi18n
makedepends = perl-locale-gettext
makedepends = perl-term-readkey
makedepends = perl-sgmls
makedepends = perl-module-build
makedepends = perl-pod-parser
makedepends = docbook-xsl
depends = perl
depends = gettext
depends = perl-yaml-tiny
depends = perl-unicode-linebreak
options = !emptydirs
source = po4a-0.73.tar.gz::https://github.com/mquinson/po4a/archive/v0.73.tar.gz
sha256sums = ad5edc38bf004807843622fddbf67bd5ac604fc16e14c2bfefa7b07718ad21f3
pkgname = po4a

4
po4a/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[po4a]
source = "git"
git = "https://github.com/mquinson/po4a.git"
prefix = "v"

View File

@ -7,7 +7,7 @@
# Contributor: Mikko Seppälä <t-r-a-y@mbnet.fi> aka Neverth
pkgname=po4a
pkgver=0.71
pkgver=0.73
pkgrel=1
pkgdesc="Tools for helping translation of documentation"
arch=(any)
@ -18,7 +18,7 @@ makedepends=('perl-text-wrapi18n' 'perl-locale-gettext' 'perl-term-readkey'
'perl-sgmls' 'perl-module-build' 'perl-pod-parser' 'docbook-xsl')
options=('!emptydirs')
source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
sha256sums=('7d087113321ff15e4ebf1cf80643cf6f1384bb12b02e2e1857120a1ab9573a55')
sha256sums=('ad5edc38bf004807843622fddbf67bd5ac604fc16e14c2bfefa7b07718ad21f3')
build() {
cd ${pkgname}-${pkgver}