summaryrefslogtreecommitdiff
path: root/libre/icu-parabola/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/icu-parabola/PKGBUILD')
-rw-r--r--libre/icu-parabola/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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}