From 0bd63a450cd664d374ae54a8d125634008938aef Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Wed, 23 Mar 2022 20:14:21 +0900 Subject: [PATCH] keepassxc: Get rid of references to leaked builtins --- x11-packages/keepassxc/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-packages/keepassxc/build.sh b/x11-packages/keepassxc/build.sh index 7e991551a..fb3dfab37 100644 --- a/x11-packages/keepassxc/build.sh +++ b/x11-packages/keepassxc/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Cross-platform community-driven port of Keepass password TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=2.6.6 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL="https://github.com/keepassxreboot/keepassxc/releases/download/${TERMUX_PKG_VERSION}/keepassxc-${TERMUX_PKG_VERSION}-src.tar.xz" TERMUX_PKG_SHA256=3603b11ac39b289c47fac77fa150e05fd64b393d8cfdf5732dc3ef106650a4e2 TERMUX_PKG_DEPENDS="argon2, libcurl, libgcrypt, libqrencode, libsodium, libxtst, qt5-qtbase, qt5-qtsvg, qt5-qtx11extras"