From 208028baf4ddb5fa3bc58c13211d440a42e32d84 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Tue, 22 Oct 2024 23:06:56 +0000 Subject: [PATCH] chore(main/python-cryptography): disable automatic updates python-cryptography v43 has breaking changes. Also `sabnzbd` requires specific version of this package. Fixes #20923. [no ci] --- packages/python-cryptography/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python-cryptography/build.sh b/packages/python-cryptography/build.sh index 75ca378e27..2b1c284af8 100644 --- a/packages/python-cryptography/build.sh +++ b/packages/python-cryptography/build.sh @@ -7,7 +7,7 @@ TERMUX_PKG_VERSION="42.0.8" TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/pyca/cryptography/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=38ee4ce0804e4003e3093db8342cd7e6ee65614c8bbf70c98f1716e0f33709ed -TERMUX_PKG_AUTO_UPDATE=true +TERMUX_PKG_AUTO_UPDATE=false TERMUX_PKG_DEPENDS="openssl, python, python-pip" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"