FS#59393 - [perl-xml-parser] pkgver in depends is not allowed to be empty.
Attached to Project:
Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Thursday, 19 July 2018, 16:23 GMT
Last edited by Antonio Rojas (arojas) - Monday, 23 July 2018, 22:39 GMT
Opened by Andreas Baumann (andreas_baumann) - Thursday, 19 July 2018, 16:23 GMT
Last edited by Antonio Rojas (arojas) - Monday, 23 July 2018, 22:39 GMT
|
Details
Description:
==> ERROR: pkgver in depends is not allowed to be empty. ==> ERROR: pkgver in depends is not allowed to be empty. ==> ERROR: Could not download sources. if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);') _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);') depends+=("perl>=$_perlver_min" "perl<$_perlver_max") fi Additional info: * package version(s): 2.44-6 Steps to reproduce: asp export perl-xml-parser cd perl-xml-parser staging-x86_64-build |
This task depends upon