summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2021-04-20 15:52:33 +0200
committerAndreas Grapentin <andreas@grapentin.org>2021-04-20 15:52:33 +0200
commitc9e8c81b4c857ce5809d76b32f9615ad16ad813a (patch)
tree601a1c7e1020847b08b04a67b024d2449917d166
parent512baadd8565d0debc7249bf01218d4b62d20d8b (diff)
libre/epiphany: added libhogweed.so to depends
-rw-r--r--libre/epiphany/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD
index 47ba875fb..be250018d 100644
--- a/libre/epiphany/PKGBUILD
+++ b/libre/epiphany/PKGBUILD
@@ -14,7 +14,7 @@
pkgname=epiphany
pkgver=40.0
pkgrel=1
-pkgrel+=.parabola1
+pkgrel+=.parabola2
pkgdesc="A GNOME web browser based on the WebKit rendering engine"
pkgdesc+=", with DuckDuckGo-HTML search"
url="https://wiki.gnome.org/Apps/Web"
@@ -23,6 +23,7 @@ arch+=(i686 armv7h)
license=(GPL)
depends=(webkit2gtk gcr icu libdazzle libhandy libportal libarchive)
depends=( $( sed 's| icu | |' <<<${depends[@]} ) )
+depends+=(libhogweed.so)
makedepends=(docbook-xml startup-notification lsb-release gobject-introspection
yelp-tools git meson)
checkdepends=(xorg-server-xvfb aspell hspell hunspell nuspell libvoikko)