summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author100best2020-08-23 09:13:29 -0500
committer100best2020-08-23 09:13:29 -0500
commit64868a5f23b9ad42643050430e3d098b2f3121f9 (patch)
treead856fa27e353809dd2f628ac383848eb59cfdf1
parente84a4840d3074803271df09b3ff524cf3fdcf191 (diff)
downloadaur-epiphany-unstable.tar.gz
update to version 3.37.91
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2450d8483362..262f339d5aba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = epiphany-unstable
pkgdesc = A GNOME web browser based on the WebKit rendering engine
- pkgver = 3.37.90
+ pkgver = 3.37.91
pkgrel = 1
url = https://wiki.gnome.org/Apps/Web
arch = x86_64
@@ -19,11 +19,12 @@ pkgbase = epiphany-unstable
depends = gcr
depends = icu
depends = libdazzle
- depends = libhandy
+ depends = libhandy1
+ depends = libportal
provides = epiphany
conflicts = epiphany
conflicts = epiphany-git
- source = git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=bc07d9519d492ece039a90d8fef0a441b3f103a4
+ source = git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=35ca06a35237953caf2fd9f7c8982ec1a66454ef
sha256sums = SKIP
pkgname = epiphany-unstable
diff --git a/PKGBUILD b/PKGBUILD
index 312031c1ac6f..0f41c8453010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
_pkgname=epiphany
pkgname=epiphany-unstable
-pkgver=3.37.90
+pkgver=3.37.91
pkgrel=1
pkgdesc="A GNOME web browser based on the WebKit rendering engine"
url="https://wiki.gnome.org/Apps/Web"
arch=(x86_64)
license=(GPL)
-depends=(webkit2gtk gcr icu libdazzle libhandy)
+depends=(webkit2gtk gcr icu libdazzle libhandy1 libportal)
makedepends=(docbook-xml startup-notification lsb-release gobject-introspection yelp-tools
appstream-glib git meson)
checkdepends=(xorg-server-xvfb)
groups=(gnome)
-_commit=bc07d9519d492ece039a90d8fef0a441b3f103a4 # tags/3.37.90^0
+_commit=35ca06a35237953caf2fd9f7c8982ec1a66454ef # tags/3.37.91^0
source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit")
sha256sums=('SKIP')
conflicts=(epiphany epiphany-git)