diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-22 15:43:38 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-22 15:43:38 -0300 |
commit | fdeba8406fe69076bf02426e69e86086c7cf5d77 (patch) | |
tree | c9ca1d55d15130a14b6a6b554ae59d192f6128e8 /libre/epiphany/PKGBUILD | |
parent | 3f655303933916c853b1283167173b71b12dc2b3 (diff) | |
download | abslibre-fdeba8406fe69076bf02426e69e86086c7cf5d77.tar.gz abslibre-fdeba8406fe69076bf02426e69e86086c7cf5d77.tar.bz2 abslibre-fdeba8406fe69076bf02426e69e86086c7cf5d77.zip |
epiphany-3.18.1-1.parabola1: updating version
Diffstat (limited to 'libre/epiphany/PKGBUILD')
-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 e0dc0daf1..b79b9ed65 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 241912 2015-07-09 15:06:26Z heftig $ +# $Id: PKGBUILD 251692 2015-11-20 17:54:25Z 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.0 +pkgver=3.18.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=('d5ba67a8cd85c80b81e076862bcab3fc376ba51b0a1536ca7430608d1f50491d') +sha256sums=('12938e2616aef5dd95635bfc899e332ab6b096b6d4dc5b79093e3c6267219c0c') prepare() { cd $pkgname-$pkgver |