diff options
-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 } |