Date: Monday, September 23, 2013 @ 16:54:28 Author: jgc Revision: 194755
upgpkg: epiphany 3.9.91-1 Modified: epiphany/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-09-23 14:36:39 UTC (rev 194754) +++ PKGBUILD 2013-09-23 14:54:28 UTC (rev 194755) @@ -2,20 +2,20 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=epiphany -pkgver=3.8.2 +pkgver=3.9.91 pkgrel=1 install=epiphany.install pkgdesc="A GNOME web browser based on the WebKit rendering engine." arch=('i686' 'x86_64') license=('GPL') -depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk3' 'nss' 'iso-codes' 'dconf' 'desktop-file-utils' +depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk' 'nss' 'iso-codes' 'dconf' 'desktop-file-utils' 'hicolor-icon-theme' 'gcr' 'gnome-desktop' 'libwnck3') -makedepends=('intltool' 'gnome-doc-utils' 'startup-notification' 'gobject-introspection') +makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 'gobject-introspection') options=('!libtool' '!emptydirs') groups=('gnome') url="http://www.gnome.org/projects/epiphany/" source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('ae89d6902ed243304d2cbf2fa361f6dd0cb3401fdaf726e6fdd4acc09197d50a') +sha256sums=('080f9d89126b0243adec0197514d1f300d6b6584b8401d598083bad9e22d7fab') build() { cd $pkgname-$pkgver
