* update epiphany to 46.1-1

This commit is contained in:
Alexander Baldeck 2024-06-25 23:47:17 +02:00
parent 58b72e3ebe
commit 1fe0a59564

View File

@ -4,10 +4,10 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=epiphany
pkgver=46.0
pkgver=46.1
pkgrel=1
pkgdesc="A GNOME web browser based on the WebKit rendering engine"
url="https://wiki.gnome.org/Apps/Web"
url="https://apps.gnome.org/Epiphany"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=(GPL-3.0-or-later)
depends=(
@ -39,10 +39,10 @@ depends=(
makedepends=(
docbook-xml
git
glib2-devel
gobject-introspection
lsb-release
meson
python-packaging
startup-notification
yelp-tools
)
@ -56,14 +56,8 @@ checkdepends=(
xorg-server-xvfb
)
groups=(gnome)
_commit=344c4a78136222fbf197da87782467f318d7b7fa # tags/46.0^0
source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit")
b2sums=('SKIP')
pkgver() {
cd epiphany
git describe --tags | sed -r 's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
}
source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#tag=${pkgver/[a-z]/.&}")
b2sums=('a8e5dadc89681cb916944d72fc5d3c6c733b92b2d1ab8276b27a96f2f762de19087753261692e218559eb4b66429771ebea9c27efadbd67173fe29419b4e118d')
prepare() {
cd epiphany