FS#57037 - [php71] should provide php-ldap as the php package

Attached to Project: Community Packages
Opened by Immae (immae) - Wednesday, 10 January 2018, 16:35 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 16 January 2018, 08:18 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

php package provides "php-ldap", which is used as a dependency for several packages. php71 does too, but not explicitly. Could it be added too in the build file? (php-ldap and php71-ldap)
This task depends upon

Closed by  Sergej Pupykin (sergej)
Tuesday, 16 January 2018, 08:18 GMT
Reason for closing:  Fixed
Comment by Eli Schwartz (eschwartz) - Wednesday, 10 January 2018, 17:11 GMT
package_php71() should have:

provides=("${pkgname/71/}=${pkgver}" "php71-ldap=${pkgver}" "php-ldap=${pkgver}")

currently it only provides the first.

Loading...