fdupes: depend on libsqlite

This commit is contained in:
termux-pacman-bot
2024-01-28 16:37:15 +00:00
parent 669a2144a9
commit eca9c390b4

View File

@@ -3,11 +3,11 @@ TERMUX_PKG_DESCRIPTION="Duplicates file detector"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.3.0"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/adrianlopezroche/fdupes/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=8f38d21eb53e27a43f6652f0c6fa80c673f18466760281e812e84f56c1d359e3
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_DEPENDS="libsqlite"
TERMUX_PKG_DEPENDS="ncurses, pcre2"
TERMUX_PKG_DEPENDS="libsqlite, ncurses, pcre2"
termux_step_pre_configure() {
autoreconf --install