diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-02-04 13:32:03 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-02-04 13:32:03 -0300 |
commit | 5221519278208aeba26b8ef8f0859d9fecc99081 (patch) | |
tree | d1b2b3a4e71c56f50e7870ba813c1975cdced57c /libre/epiphany | |
parent | 714b99f8be9a183fe26689121180f6e72f8f1b87 (diff) | |
download | abslibre-5221519278208aeba26b8ef8f0859d9fecc99081.tar.gz abslibre-5221519278208aeba26b8ef8f0859d9fecc99081.tar.bz2 abslibre-5221519278208aeba26b8ef8f0859d9fecc99081.zip |
epiphany-3.22.6-1.parabola1: updating version
Diffstat (limited to 'libre/epiphany')
-rw-r--r-- | libre/epiphany/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD index 5808bdec7..1713b844c 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 286751 2017-01-17 01:37:58Z heftig $ +# $Id: PKGBUILD 288002 2017-02-03 23:55:29Z heftig $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> # Contributor: Márcio Silva <coadde@parabola.nu> pkgname=epiphany -pkgver=3.22.5 +pkgver=3.22.6 pkgrel=1.parabola1 pkgdesc="A GNOME web browser based on the WebKit rendering engine, with DuckDuckGo HTML support" url="https://wiki.gnome.org/Apps/Web" arch=(i686 x86_64 armv7h) license=(GPL) depends=(webkit2gtk gcr gnome-desktop) -makedepends=(intltool itstool docbook-xml startup-notification +makedepends=(intltool itstool docbook-xml startup-notification lsb-release gobject-introspection yelp-tools autoconf-archive appstream-glib git) groups=(gnome) replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) -_commit=e580ac9a6946ce6932c482494d7317415d321721 # tags/3.22.5^0 +_commit=dfeedecc5c92980e0c6cf57f297063503bf0b013 # tags/3.22.6^0 source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit" "git+https://git.gnome.org/browse/libgd" pluginsdir.diff) |