mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/po4a: move diffutils from makedepends to depends
This commit is contained in:
parent
ce1c21fc54
commit
90f4ac1e55
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@
|
|||
maintainer="Celeste <cielesti@protonmail.com>"
|
||||
pkgname=po4a
|
||||
pkgver=0.73
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Tools for helping translation of documentation"
|
||||
url="https://po4a.org/"
|
||||
arch="noarch"
|
||||
license="GPL-2.0-or-later"
|
||||
depends="gettext perl perl-pod-parser perl-syntax-keyword-try"
|
||||
makedepends="diffutils docbook-xsl perl-module-build"
|
||||
depends="diffutils gettext perl perl-pod-parser perl-syntax-keyword-try"
|
||||
makedepends="docbook-xsl perl-module-build"
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
source="https://github.com/mquinson/po4a/releases/download/v$pkgver/po4a-$pkgver.tar.gz"
|
||||
options="!check" # test_requires missing: SGMLS and Unicode::GCString
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue