summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2021-04-20 09:29:58 +0200
committerAndreas Grapentin <andreas@grapentin.org>2021-04-20 10:02:11 +0200
commit512baadd8565d0debc7249bf01218d4b62d20d8b (patch)
tree43fbc6d77adfd17e002849a791f63666c21d7d38
parent3938c00030d1b6e4074e55a4dd880bd44851f2dc (diff)
libre/epiphany: updated to 40.0
-rw-r--r--libre/epiphany/PKGBUILD20
1 files changed, 9 insertions, 11 deletions
diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD
index 66f4498e5..47ba875fb 100644
--- a/libre/epiphany/PKGBUILD
+++ b/libre/epiphany/PKGBUILD
@@ -1,5 +1,5 @@
-# Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
-# Maintainer (Arch): Jan de Groot <jgc@archlinux.org>
+# Maintainer (Arch): Jan Alexander Steffens (heftig) <heftig@archlinux.org>
+# Contributor (Arch): Jan de Groot <jgc@archlinux.org>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
# Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info>
# Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info>
@@ -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'