libiconv: replace field "conflicts" by "breaks" & "replaces"

This commit is contained in:
Leonid Pliushch 2019-05-06 20:09:20 +03:00
parent de91ad3eb8
commit e035e0fa5b
1 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libiconv/
TERMUX_PKG_DESCRIPTION="An implementation of iconv()"
TERMUX_PKG_LICENSE="LGPL-2.0"
TERMUX_PKG_VERSION=1.15
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://ftp.gnu.org/pub/gnu/libiconv/libiconv-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc8913178
TERMUX_PKG_CONFLICTS="libandroid-support (<= 24)"
TERMUX_PKG_BREAKS="libandroid-support (<= 24)"
TERMUX_PKG_REPLACES="libandroid-support (<= 24)"
TERMUX_PKG_DEVPACKAGE_BREAKS="ndk-sysroot (<< 19b-4)"
TERMUX_PKG_DEVPACKAGE_REPLACES="ndk-sysroot (<< 19b-4)"