diff options
-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 f30a5634f..791e2363d 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -1,24 +1,24 @@ -# $Id: PKGBUILD 225938 2014-11-10 23:06:59Z heftig $ +# $Id: PKGBUILD 234618 2015-03-24 11:52:11Z jgc $ # 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.14.2 +pkgver=3.16.0 pkgrel=1.parabola1 install=epiphany.install pkgdesc="A GNOME web browser based on the WebKit rendering engine, with DuckDuckGo HTML support" arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkit2gtk' 'nss' 'iso-codes' 'dconf' 'desktop-file-utils' 'gcr' 'gnome-desktop' 'libwnck3' 'gnome-themes-standard') -makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 'gobject-introspection' 'python2') +makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 'gobject-introspection') replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) options=('!emptydirs') groups=('gnome') url="https://wiki.gnome.org/Apps/Web" source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('cc69403b3b7addf30dd6eb703265a77102b8ab3c6194678ad0d2433f251492d0') +sha256sums=('e8471b492649ee2a5dbbb76ac9225f0131f95895c3962bc2842799e872d82cae') prepare() { cd $pkgname-$pkgver |