From de7ae530b38128925d9551d3f4c511b9541802b0 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sat, 13 Apr 2019 10:36:25 -0400 Subject: [epiphany] rebuild against icu v64 --- libre/epiphany/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libre') diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD index 6bffca66a..3c7e1088e 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -12,7 +12,7 @@ pkgname=epiphany pkgver=3.30.3 pkgrel=1 -pkgrel+=.par1 +pkgrel+=.par2 pkgdesc="A GNOME web browser based on the WebKit rendering engine" pkgdesc=+", with DuckDuckGo HTML support" url="https://wiki.gnome.org/Apps/Web" @@ -52,5 +52,9 @@ check() { } package() { + local _icu_ver + _icu_ver=$(pacman -S --print-format='%v' icu) + depends+=("icu>=${_icu_ver}" "icu<$((${_icu_ver%%.*} + 1))") + DESTDIR="$pkgdir" meson install -C build } -- cgit v1.2.3