From 0180e8eb83fd63ec8ca44b9ae8efb05d827c4ee2 Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Wed, 23 Mar 2022 21:57:24 +0900 Subject: [PATCH] gptfdisk: Get rid of references to leaked builtins out of previous `libuuid` shared library. --- root-packages/gptfdisk/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root-packages/gptfdisk/build.sh b/root-packages/gptfdisk/build.sh index 7cd5f7013..ce1a3d7cd 100644 --- a/root-packages/gptfdisk/build.sh +++ b/root-packages/gptfdisk/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="A text-mode partitioning tool that works on GUID Partiti TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=1.0.5 -TERMUX_PKG_REVISION=3 +TERMUX_PKG_REVISION=4 TERMUX_PKG_SRCURL=https://sourceforge.net/projects/gptfdisk/files/gptfdisk/$TERMUX_PKG_VERSION/gptfdisk-$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=0e7d3987cd0488ecaf4b48761bc97f40b1dc089e5ff53c4b37abe30bc67dcb2f TERMUX_PKG_DEPENDS="libpopt, libuuid, ncurses"