[arch-commits] Commit in epiphany/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Tue Sep 6 17:50:43 UTC 2011


    Date: Tuesday, September 6, 2011 @ 13:50:42
  Author: ibiru
Revision: 137212

update to 3.1.91

Modified:
  epiphany/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-06 17:46:23 UTC (rev 137211)
+++ PKGBUILD	2011-09-06 17:50:42 UTC (rev 137212)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany
-pkgver=3.1.90
+pkgver=3.1.91
 pkgrel=1
 install=epiphany.install
 pkgdesc="A GNOME web browser based on the WebKit rendering engine."
@@ -11,19 +11,18 @@
 depends=('libsoup-gnome' 'libnotify' 'gsettings-desktop-schemas' 'libwebkit3' 'nss'
          'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
          'hicolor-icon-theme' 'seed')
-makedepends=('intltool' 'networkmanager' 'gnome-doc-utils' 'startup-notification')
+makedepends=('intltool' 'gnome-doc-utils' 'startup-notification')
 options=('!libtool' '!emptydirs')
 groups=('gnome')
 url="http://www.gnome.org/projects/epiphany/"
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('00351a3f23c53b83ff8fffe8ed6dbec7f300588622d51c8326b89b93b5d5abc6')
+sha256sums=('a035fab881fefd0982cc57b96376c042be26fcaea8450b51d8ea15ccf2a9acbb')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var \
       --disable-scrollkeeper \
-      --enable-network-manager \
       --enable-seed
   make
 }




More information about the arch-commits mailing list