diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-10-07 19:15:46 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-10-07 19:15:46 -0500 |
commit | 13681a86df204a52af7a301df1f9f002b3c5957a (patch) | |
tree | f30daa6c98f520bcf94141af0b3512bd07e98fec /libre/epiphany/PKGBUILD | |
parent | a9a3834650663359614f8d564939b5d464318494 (diff) | |
download | abslibre-13681a86df204a52af7a301df1f9f002b3c5957a.tar.gz abslibre-13681a86df204a52af7a301df1f9f002b3c5957a.tar.bz2 abslibre-13681a86df204a52af7a301df1f9f002b3c5957a.zip |
epiphany-3.34.1-1.par1: updating version
Diffstat (limited to 'libre/epiphany/PKGBUILD')
-rw-r--r-- | libre/epiphany/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD index 57ad67c3d..eb209103b 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -10,7 +10,7 @@ # - switched default searchengine to duckduckgo pkgname=epiphany -pkgver=3.32.3 +pkgver=3.34.1 pkgrel=1 pkgrel+=.par1 pkgdesc="A GNOME web browser based on the WebKit rendering engine" @@ -24,7 +24,7 @@ makedepends=(docbook-xml startup-notification lsb-release gobject-introspection appstream-glib git meson) checkdepends=(xorg-server-xvfb) groups=(gnome) -_commit='a714192d4f0f12074aa55568359f2e5db9b4f21f' # tags/3.32.3^0 +_commit=fae9ef019e39c8ca420344c8c01416a3184bb8fc # tags/3.34.1^0 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit" libre.patch) sha256sums=('SKIP' @@ -41,8 +41,7 @@ prepare() { } build() { - arch-meson $pkgname build \ - -D distributor_name="Parabola GNU/Linux-libre" + arch-meson $pkgname build ninja -C build } |