diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/epiphany/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD index 51a07daf5..c1b21c7be 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 259317 2016-02-15 17:54:20Z heftig $ +# $Id: PKGBUILD 262076 2016-03-19 11:07:08Z heftig $ # 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.18.4 +pkgver=3.18.5 pkgrel=1.parabola1 install=epiphany.install pkgdesc="A GNOME web browser based on the WebKit rendering engine, with DuckDuckGo HTML support" @@ -18,7 +18,7 @@ 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=('be699d484371111abae754e669187215df73e21533f461e513b79537d7a1c1c1') +sha256sums=('a27e9175a63b4167865ec0554217dee412e29eed404bdeec2011158b2a3b1c4e') prepare() { cd $pkgname-$pkgver |