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

Jan Steffens heftig at archlinux.org
Fri May 29 16:02:55 UTC 2020


    Date: Friday, May 29, 2020 @ 16:02:54
  Author: heftig
Revision: 387831

3.36.2-1

Modified:
  epiphany/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-29 16:00:54 UTC (rev 387830)
+++ PKGBUILD	2020-05-29 16:02:54 UTC (rev 387831)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany
-pkgver=3.36.1
-pkgrel=2
+pkgver=3.36.2
+pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web"
 arch=(x86_64)
@@ -13,7 +13,7 @@
              appstream-glib git meson)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-_commit=982639bc51dbf1db3f16d13bc353b0f9c71b970e  # tags/3.36.1^0
+_commit=e0a9090f41d19c12cc0f5dae732d202c83446e62  # tags/3.36.2^0
 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -28,7 +28,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list