mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 14:10:32 +00:00
This is needed to avoid auto-updater script warnings.
Also for some reason version checker fails with error.
```
INFO: Updating libedit [Current version: 20221030-3.1]
Traceback (most recent call last):
File "<stdin>", line 5, in <module>
File "/usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/version.py", line 266, in __init__
raise InvalidVersion(f"Invalid version: '{version}'")
pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: '20221030-3.1'
INFO: No update needed. Already at version '20230828.3.1'.
```