chore(main/dcmtk): force disable auto updates [no ci]

This is needed to avoid auto-updater script warnings.
Also it is needed to avoid this error:
```
INFO: Updating dcmtk [Current version: 3.6.7]
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: 'DCMTK-3.6.7'
INFO: No update needed. Already at version 'DCMTK-3.6.7'.
```
This commit is contained in:
Twaik Yont 2023-10-03 15:19:36 +03:00 committed by GitHub
parent 0bf4104f1d
commit c85bfd83d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ TERMUX_PKG_VERSION="3.6.7"
TERMUX_PKG_REVISION=4
TERMUX_PKG_SRCURL="https://github.com/DCMTK/dcmtk/archive/refs/tags/DCMTK-$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_SHA256=17705dcdb2047d1266bb4e92dbf4aa6d4967819e8e3e94f39b7df697661b4860
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_DEPENDS="libc++, libiconv, libpng, libtiff, libxml2, openssl, zlib"
# As of 3.6.7, libsndfile and openjpeg are detected but not linked against
TERMUX_PKG_BUILD_DEPENDS="libsndfile, openjpeg"