diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-04-13 10:36:25 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-04-13 14:14:48 -0400 |
commit | de7ae530b38128925d9551d3f4c511b9541802b0 (patch) | |
tree | dbee16a35a6b32ea4a22c810d8e0a97756ecf6f2 /libre/epiphany/PKGBUILD | |
parent | 3b0ec3b449e16646dc2046b17a00d74cc966ee02 (diff) | |
download | abslibre-de7ae530b38128925d9551d3f4c511b9541802b0.tar.gz abslibre-de7ae530b38128925d9551d3f4c511b9541802b0.tar.bz2 abslibre-de7ae530b38128925d9551d3f4c511b9541802b0.zip |
[epiphany] rebuild against icu v64
Diffstat (limited to 'libre/epiphany/PKGBUILD')
-rw-r--r-- | libre/epiphany/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
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 } |