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 1637fe1af..815726154 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 255806 2015-12-11 22:55:34Z heftig $ +# $Id: PKGBUILD 257663 2016-01-08 23:32:06Z 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.2 +pkgver=3.18.3 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=('8436170731966bb40b7d8e29dbedfa5d5ddbf78572cf5fd51fce1ac6da5da6c2') +sha256sums=('cd4e9ce588c4c66109547d93999d9740d338c3f9dbfbc2143cf2cbb74260def9') prepare() { cd $pkgname-$pkgver |