[arch-commits] Commit in epiphany/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 18:47:35 UTC 2022


    Date: Saturday, April 2, 2022 @ 18:47:35
  Author: heftig
Revision: 441302

42.0-1

Modified:
  epiphany/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 18:47:12 UTC (rev 441301)
+++ PKGBUILD	2022-04-02 18:47:35 UTC (rev 441302)
@@ -2,32 +2,32 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany
-pkgver=41.3
-pkgrel=2
+pkgver=42.0
+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)
+depends=(webkit2gtk-4.1 gcr icu libdazzle libhandy libarchive libportal-gtk3)
 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=ce3713dfd4f69275c2c46a6687c24deb8b8aa367  # tags/41.3^0
+_commit=80217e512db2bd375c8b5b959660099aeeee9ed9  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd epiphany
   git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd epiphany
 }
 
 build() {
-  arch-meson $pkgname build -D soup2=disabled -D libportal=disabled
+  arch-meson epiphany build -D soup2=disabled
   meson compile -C build
 }
 



More information about the arch-commits mailing list