Date: Friday, September 29, 2017 @ 18:18:58
  Author: heftig
Revision: 306476

3.26.1-1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-09-29 18:04:16 UTC (rev 306475)
+++ PKGBUILD    2017-09-29 18:18:58 UTC (rev 306476)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <[email protected]>
 
 pkgname=epiphany
-pkgver=3.26.0+11+ga24a88175
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web";
@@ -12,7 +12,7 @@
 makedepends=(itstool docbook-xml startup-notification lsb-release
              gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome)
-_commit=a24a88175df9cc7b37f8870d9726bbc7b5d20546  # gnome-3-26
+_commit=70755404799e4393bf5605c9debec6877acf0177  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit";
         "git+https://git.gnome.org/browse/libgd";
         "git+https://git.gnome.org/browse/gvdb";
@@ -42,7 +42,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --libexecdir=/usr/lib --buildtype=release 
../$pkgname
+  arch-meson ../$pkgname -Ddistributor_name="Arch Linux®"
   ninja
 }
 

Reply via email to