diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-05-10 10:10:49 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-05-10 10:10:49 -0500 |
commit | b910af761994f676968e279639c82ead6fda48b3 (patch) | |
tree | 6631064f33a545158bb0fa718c243ccbfc13ac41 /libre/epiphany/PKGBUILD | |
parent | d4613155e2fe7bae6f6b478449cb12dab7acedc4 (diff) | |
download | abslibre-b910af761994f676968e279639c82ead6fda48b3.tar.gz abslibre-b910af761994f676968e279639c82ead6fda48b3.tar.bz2 abslibre-b910af761994f676968e279639c82ead6fda48b3.zip |
epiphany-3.20.2-1.parabola1: updating version
Diffstat (limited to 'libre/epiphany/PKGBUILD')
-rw-r--r-- | libre/epiphany/PKGBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD index 534788b81..bed464f87 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -4,20 +4,22 @@ # Contributor: Márcio Silva <coadde@parabola.nu> pkgname=epiphany -pkgver=3.20.1 -pkgrel=2.parabola1 +pkgver=3.20.2 +pkgrel=1.parabola1 pkgdesc="A GNOME web browser based on the WebKit rendering engine, with DuckDuckGo HTML support" +url="https://wiki.gnome.org/Apps/Web" arch=(i686 x86_64 armv7h) license=(GPL) -depends=(libsoup libnotify gsettings-desktop-schemas webkit2gtk nss iso-codes dconf gcr gnome-desktop libwnck3 gnome-themes-standard) -makedepends=(intltool itstool docbook-xml startup-notification gobject-introspection) +depends=(libsoup libnotify gsettings-desktop-schemas webkit2gtk nss iso-codes + dconf gcr gnome-desktop libwnck3 gnome-themes-standard) +makedepends=(intltool itstool docbook-xml startup-notification + gobject-introspection) options=(!emptydirs) groups=(gnome) replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) -url="https://wiki.gnome.org/Apps/Web" source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('7171f67d5edde0e82b8bad4761638622aa969d6ffcea896cd94bbe509af9c9e7') +sha256sums=('d107ea1d621e91b1c5a7b51435fa81684d4cd4dd2c6fd71adf95e9a46fe6237a') prepare() { cd $pkgname-$pkgver |