summaryrefslogtreecommitdiff
path: root/gnome-unstable/epiphany/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/epiphany/PKGBUILD')
-rw-r--r--gnome-unstable/epiphany/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/gnome-unstable/epiphany/PKGBUILD b/gnome-unstable/epiphany/PKGBUILD
index c3fbe165f..9602efe07 100644
--- a/gnome-unstable/epiphany/PKGBUILD
+++ b/gnome-unstable/epiphany/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 152891 2012-03-10 15:41:59Z ibiru $
+# $Id: PKGBUILD 154024 2012-03-21 17:59:29Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=epiphany
-pkgver=3.3.91
-pkgrel=1
+pkgver=3.3.92
+pkgrel=2
install=epiphany.install
pkgdesc="A GNOME web browser based on the WebKit rendering engine."
arch=('i686' 'x86_64')
@@ -14,11 +14,14 @@ 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=('44e7d14dea70b13dece9ea86393e722f8600aea7c5ca882c3fff5e04575a4953')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+ fix-infinite-loop)
+sha256sums=('2f557fafdd40e28e4ceb1b05b7d3117f5c9b9b362983ec435b8b49429141d144'
+ '5b9a6f69afb39e3d270d2446bc57ed9e190804b67eb4e1f0a16cd013d3dc7851')
build() {
cd "$pkgname-$pkgver"
+ patch -Np1 -i $srcdir/fix-infinite-loop
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var \
--disable-scrollkeeper \