summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-04-13 10:36:25 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-04-13 14:14:48 -0400
commitde7ae530b38128925d9551d3f4c511b9541802b0 (patch)
treedbee16a35a6b32ea4a22c810d8e0a97756ecf6f2 /libre
parent3b0ec3b449e16646dc2046b17a00d74cc966ee02 (diff)
[epiphany] rebuild against icu v64
Diffstat (limited to 'libre')
-rw-r--r--libre/epiphany/PKGBUILD6
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
}