From 512baadd8565d0debc7249bf01218d4b62d20d8b Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Apr 20 2021 08:02:11 +0000 Subject: libre/epiphany: updated to 40.0 --- diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD index 66f4498..47ba875 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -1,5 +1,5 @@ -# Maintainer (Arch): Jan Alexander Steffens (heftig) -# Maintainer (Arch): Jan de Groot +# Maintainer (Arch): Jan Alexander Steffens (heftig) +# Contributor (Arch): Jan de Groot # Maintainer: Omar Vega Ramos # Contributor: Isaac David # Contributor (Hyperbola): André Silva @@ -12,7 +12,7 @@ # used at runtime according to readelf -d pkgname=epiphany -pkgver=3.38.1 +pkgver=40.0 pkgrel=1 pkgrel+=.parabola1 pkgdesc="A GNOME web browser based on the WebKit rendering engine" @@ -21,23 +21,21 @@ url="https://wiki.gnome.org/Apps/Web" arch=(x86_64) arch+=(i686 armv7h) license=(GPL) -depends=(webkit2gtk gcr icu libdazzle libhandy libportal) +depends=(webkit2gtk gcr icu libdazzle libhandy libportal libarchive) depends=( $( sed 's| icu | |' <<<${depends[@]} ) ) -makedepends=(docbook-xml startup-notification lsb-release gobject-introspection yelp-tools - appstream-glib git meson) +makedepends=(docbook-xml startup-notification lsb-release gobject-introspection + yelp-tools git meson) checkdepends=(xorg-server-xvfb aspell hspell hunspell nuspell libvoikko) groups=(gnome) -_commit=41b6c74a412f24b5e5e164efb28dffbfcb5e41a1 # tags/3.38.1^0 -source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit" - libre.patch) +_commit=92e808f19f8d9d21cf78938fd916572761601401 # tags/40.0^0 +source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit") +source+=(libre.patch) sha256sums=('SKIP' '2ef991ade98fbe9a3a6cd80220d3348e69007abff5141bea42bbdf1c72836689') - # check() requires networking _run_check=1 - pkgver() { cd $pkgname git describe --tags | sed 's/-/+/g'