main/po4a: depend on perl-syntax-keyword-try

closes #14615
This commit is contained in:
psykose 2023-02-08 02:08:36 +00:00
parent 2f67b49e6e
commit e868ee186f

View File

@ -3,13 +3,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=po4a
pkgver=0.69
pkgrel=0
pkgrel=1
pkgdesc="Tools for helping translation of documentation"
url="https://po4a.org"
arch="noarch"
license="GPL-2.0-or-later"
options="!check" # test_requires missing: SGMLS and Unicode::GCString
depends="gettext perl perl-pod-parser"
depends="gettext perl perl-pod-parser perl-syntax-keyword-try"
makedepends="diffutils docbook-xsl perl-module-build"
subpackages="$pkgname-doc $pkgname-lang"
source="https://github.com/mquinson/po4a/releases/download/v$pkgver/po4a-$pkgver.tar.gz"