Browse Source
libiconv: replace field "conflicts" by "breaks" & "replaces"
emacs-27
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
3 additions and
2 deletions
-
packages/libiconv/build.sh
|
|
@ -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)" |
|
|
|