libtool: bump revision after 0d1170cc

This commit is contained in:
Leonid Pliushch 2019-05-06 17:29:39 +03:00
parent 46cc6960c5
commit 5b3b0d1588
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libtool/
TERMUX_PKG_DESCRIPTION="Generic library support script hiding the complexity of using shared libraries behind a consistent, portable interface"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=2.4.6
TERMUX_PKG_REVISION=5
TERMUX_PKG_REVISION=6
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/libtool/libtool-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3
TERMUX_PKG_DEPENDS="bash,grep,sed,libltdl"

View File

@ -1,3 +1,2 @@
TERMUX_SUBPKG_INCLUDE="lib/libltdl.so"
TERMUX_SUBPKG_DESCRIPTION="Library for dlopening libraries"
TERMUX_SUBPKG_CONFLICTS="libtool (<= 2.4.6-3)"