diff options
-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 d25d511bc..1791afa46 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 262188 2016-03-21 14:59:40Z jgc $ +# $Id: PKGBUILD 264749 2016-04-12 20:59:52Z 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.20.0 +pkgver=3.20.1 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=('c368e652343f8c1e87c04e1fd11649dbeee4f7c5bdb216de48bcb70f986b0974') +sha256sums=('7171f67d5edde0e82b8bad4761638622aa969d6ffcea896cd94bbe509af9c9e7') prepare() { cd $pkgname-$pkgver |