Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#45907 - [po4a] outdated build dependency
Attached to Project:
Community Packages
Opened by Martin Koegler (e9925248) - Wednesday, 05 August 2015, 18:25 GMT
Last edited by Thorsten Töpper (Atsutane) - Sunday, 09 August 2015, 06:18 GMT
Opened by Martin Koegler (e9925248) - Wednesday, 05 August 2015, 18:25 GMT
Last edited by Thorsten Töpper (Atsutane) - Sunday, 09 August 2015, 06:18 GMT
|
DetailsBuilding po4a requires Module/Build.pm. This is part of perl-module-build, which is not part of base-devel.
@@ -13,7 +13,7 @@ arch=('any') license=('GPL') url="http://po4a.alioth.debian.org/" -depends=('perl' 'gettext') +depends=('perl' 'gettext' 'perl-module-build') makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 'perl-term-readkey' 'perl-sgmls') options=('!emptydirs') source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz) |
This task depends upon
Closed by Thorsten Töpper (Atsutane)
Sunday, 09 August 2015, 06:18 GMT
Reason for closing: Implemented
Additional comments about closing: 0.46-1
Sunday, 09 August 2015, 06:18 GMT
Reason for closing: Implemented
Additional comments about closing: 0.46-1
Index: PKGBUILD
===================================================================
--- PKGBUILD (revision 1)
+++ PKGBUILD (working copy)
@@ -14,7 +14,7 @@
license=('GPL')
url="http://po4a.alioth.debian.org/"
depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 'perl-term-readkey' 'perl-sgmls')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
options=('!emptydirs')
source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
md5sums=('423bdf5c39f30e63a808b84c5d9d1899')