From a19cd07adbed08cfd33fbf0beeb6f9cee181fa39 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 5 May 2020 12:19:10 -0400 Subject: icu-parabola: tighten the icu package dependency version It must be be greater than icu-parabola, because we do not want to install the same version and get file conflicts. In the idea case, icu-parabola will never conflict with icu, because it will always be rebuilt in sync with icu. In the non-ideal case, if they ever provide the same then the user will be informed of the need to remove icu-parabola (as it will not be needed at that time). Signed-off-by: Eli Schwartz Signed-off-by: Denis 'GNUtoo' Carikli --- libre/icu-parabola/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libre/icu-parabola/PKGBUILD') diff --git a/libre/icu-parabola/PKGBUILD b/libre/icu-parabola/PKGBUILD index 8cbed9676..86ae232d4 100644 --- a/libre/icu-parabola/PKGBUILD +++ b/libre/icu-parabola/PKGBUILD @@ -85,7 +85,9 @@ arch+=(armv7h i686) url="http://site.icu-project.org/home" license=('custom:icu') depends=('gcc-libs' 'sh') -depends+=('icu') +# require the main ICU version always be > this one +depends+=("icu>$pkgver") +conflicts=("icu<=$pkgver") makedepends=('python') provides=(libicu{data,i18n,io,test,tu,uc}.so) source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//./-}/${_pkgname}4c-${pkgver//./_}-src.tgz{,.asc} -- cgit v1.2.3