From 0b5bdfa8b9a25a98afc5322e432a009659d4e07b Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Wed, 23 Mar 2022 22:06:55 +0900 Subject: [PATCH] tcplay-veracrypt: Get rid of references to leaked builtins out of previous `libuuid` shared library. --- root-packages/tcplay-veracrypt/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/root-packages/tcplay-veracrypt/build.sh b/root-packages/tcplay-veracrypt/build.sh index 3a5d9ef95..9d4930cf6 100644 --- a/root-packages/tcplay-veracrypt/build.sh +++ b/root-packages/tcplay-veracrypt/build.sh @@ -4,4 +4,5 @@ TERMUX_PKG_LICENSE="BSD 2-Clause" TERMUX_PKG_SRCURL="https://github.com/veracrypt/tc-play/archive/1147f7049f281c9d6099507b6dc1a5a304a2e1d4.zip" TERMUX_PKG_SHA256="d5224c167542138054b261df00183baf498c51516df9055b8492b2c082a0d1db" TERMUX_PKG_VERSION="2.0" +TERMUX_PKG_REVISION=1 TERMUX_PKG_DEPENDS="libdevmapper, libuuid, libgcrypt"