diff options
author | root <root@rshg054.dnsready.net> | 2012-04-20 00:01:59 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-20 00:01:59 +0000 |
commit | 68572eac2031955131806e1ab066f5aaac1396e2 (patch) | |
tree | a7ad0bf8988effbf1a55c885f968d10660055cf9 /testing/epiphany | |
parent | 85ca6bfccdec6939881572fb1154f1a07d54937c (diff) |
Fri Apr 20 00:01:59 UTC 2012
Diffstat (limited to 'testing/epiphany')
-rw-r--r-- | testing/epiphany/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/epiphany/PKGBUILD b/testing/epiphany/PKGBUILD index e56a622a8..460ea1d01 100644 --- a/testing/epiphany/PKGBUILD +++ b/testing/epiphany/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 155046 2012-04-01 11:31:25Z heftig $ +# $Id: PKGBUILD 156472 2012-04-18 20:20:52Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=epiphany -pkgver=3.4.0.1 +pkgver=3.4.1 pkgrel=1 install=epiphany.install pkgdesc="A GNOME web browser based on the WebKit rendering engine." @@ -15,7 +15,7 @@ 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=('48acfa6efc806cc6b02f783dd92b36ba3bdf94d1e1ae02bed69886f45e400533') +sha256sums=('01f5763340f9fac0994f689ea6655c2c9760bddd77bbd8628b9c6075d9b6ed0d') build() { cd "$pkgname-$pkgver" |