From c762920dce8ac8b5b6093e5989d7b646641d4b2b Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Wed, 23 Mar 2022 20:18:08 +0900 Subject: [PATCH] pidgin: Get rid of references to leaked builtins --- x11-packages/pidgin/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-packages/pidgin/build.sh b/x11-packages/pidgin/build.sh index 597bc5e62..63337a7aa 100644 --- a/x11-packages/pidgin/build.sh +++ b/x11-packages/pidgin/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Multi-protocol instant messaging client" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=2.14.6 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://sourceforge.net/projects/pidgin/files/Pidgin/${TERMUX_PKG_VERSION}/pidgin-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=3bbeaf777da68efa6547bee9e15f7e863a23df255c55b625ef83d63819f8e457 TERMUX_PKG_DEPENDS="gtk2, libgnutls, libidn, libsasl, libsm, libxext, libxss"