diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-14 07:08:33 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-14 07:34:18 -0300 |
commit | 16ece0c0cc5f6f4aecbdb33e6c730eaf9e73a376 (patch) | |
tree | 0365675db224fe76e6414ecff91cd570906f81f6 /libre/epiphany/PKGBUILD | |
parent | ed6cd0bee15e2f1de0b41f27733015dd89122c1d (diff) | |
download | abslibre-16ece0c0cc5f6f4aecbdb33e6c730eaf9e73a376.tar.gz abslibre-16ece0c0cc5f6f4aecbdb33e6c730eaf9e73a376.tar.bz2 abslibre-16ece0c0cc5f6f4aecbdb33e6c730eaf9e73a376.zip |
epiphany-3.18.2-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 b79b9ed65..1637fe1af 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 251692 2015-11-20 17:54:25Z heftig $ +# $Id: PKGBUILD 255806 2015-12-11 22:55:34Z 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.1 +pkgver=3.18.2 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=('12938e2616aef5dd95635bfc899e332ab6b096b6d4dc5b79093e3c6267219c0c') +sha256sums=('8436170731966bb40b7d8e29dbedfa5d5ddbf78572cf5fd51fce1ac6da5da6c2') prepare() { cd $pkgname-$pkgver |