FS#77266 - [shared-mime-info] incorrect version number
Attached to Project:
Arch Linux
Opened by Antonio Rojas (arojas) - Thursday, 26 January 2023, 07:05 GMT
Last edited by Andreas Radke (AndyRTR) - Thursday, 26 January 2023, 09:35 GMT
Opened by Antonio Rojas (arojas) - Thursday, 26 January 2023, 07:05 GMT
Last edited by Andreas Radke (AndyRTR) - Thursday, 26 January 2023, 09:35 GMT
|
Details
The shared-mime-info package has version 2.0+..., when it
should be 2.2+..., since we're shipping a post-2.2 commit.
The reason is that the 2.1 and 2.2 tags are not annotated in
their git repo, so 'git describe' does no consider them.
Please use 'git describe --tags' in pkgver() so the right
tag is picked up.
|
This task depends upon