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

Jan Steffens heftig at archlinux.org
Fri Jun 4 18:21:53 UTC 2021


    Date: Friday, June 4, 2021 @ 18:21:52
  Author: heftig
Revision: 417115

40.2-1

Modified:
  epiphany/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-04 18:20:31 UTC (rev 417114)
+++ PKGBUILD	2021-06-04 18:21:52 UTC (rev 417115)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany
-pkgver=40.1
+pkgver=40.2
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web"
@@ -13,7 +13,7 @@
              yelp-tools git meson)
 checkdepends=(xorg-server-xvfb aspell hspell hunspell nuspell libvoikko)
 groups=(gnome)
-_commit=f0f1e57df86432de5d45ccf5e7aec04ee7bc617b  # tags/40.1^0
+_commit=95552d19b3fc8c7e1c014db301390a0a517dc3e6  # tags/40.2^0
 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -38,5 +38,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list