diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2021-04-20 15:52:33 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2021-04-20 15:52:33 +0200 |
commit | c9e8c81b4c857ce5809d76b32f9615ad16ad813a (patch) | |
tree | 601a1c7e1020847b08b04a67b024d2449917d166 /libre | |
parent | 512baadd8565d0debc7249bf01218d4b62d20d8b (diff) | |
download | abslibre-c9e8c81b4c857ce5809d76b32f9615ad16ad813a.tar.gz abslibre-c9e8c81b4c857ce5809d76b32f9615ad16ad813a.tar.bz2 abslibre-c9e8c81b4c857ce5809d76b32f9615ad16ad813a.zip |
libre/epiphany: added libhogweed.so to depends
Diffstat (limited to 'libre')
-rw-r--r-- | libre/epiphany/PKGBUILD | 3 |
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) |