Date: Monday, February 20, 2023 @ 19:22:29 Author: heftig Revision: 469297
43.1-1 Modified: epiphany/trunk/PKGBUILD ----------+ PKGBUILD | 40 +++++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-20 19:19:12 UTC (rev 469296) +++ PKGBUILD 2023-02-20 19:22:29 UTC (rev 469297) @@ -2,25 +2,47 @@ # Contributor: Jan de Groot <[email protected]> pkgname=epiphany -pkgver=43.0 +pkgver=43.1 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-4.1 gcr icu libdazzle libhandy libarchive libportal-gtk3 - libsoup3) -makedepends=(docbook-xml startup-notification lsb-release gobject-introspection - yelp-tools git meson) -checkdepends=(xorg-server-xvfb aspell hspell hunspell nuspell libvoikko) +depends=( + gcr + icu + libarchive + libdazzle + libhandy + libportal-gtk3 + libsoup3 + webkit2gtk-4.1 +) +makedepends=( + docbook-xml + git + gobject-introspection + lsb-release + meson + startup-notification + yelp-tools +) +checkdepends=( + aspell + hspell + hunspell + libvoikko + nuspell + xorg-server-xvfb +) groups=(gnome) -_commit=e5882e2b1fa040fbe6494ee9808591046a6eafa5 # tags/43.0^0 +_commit=e21c2e68f34fcf23ca560088479e13c9929a4c36 # tags/43.1^0 source=( "git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit" fix-test.diff ) -sha256sums=('SKIP' - 'faa710836067fa199954701e6f68a54aa4a67223b7f851113cafaf7b1f0c9d48') +b2sums=('SKIP' + '05121ff5f759ec637a718c9b39406f9a384227a312d69f6dc74e73fde8351689d588a30dddea3cfe0a6edb094fdcf5382eb5ff725bb2adfccdff87ab3cf4c953') pkgver() { cd epiphany
