diff options
-rw-r--r-- | libre/epiphany/PKGBUILD | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD index f21e94e0a..300b96931 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -1,33 +1,28 @@ -# $Id: PKGBUILD 219317 2014-08-05 09:33:27Z jgc $ +# $Id: PKGBUILD 222960 2014-09-24 21:37:45Z 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.12.1 -pkgrel=2.parabola1 +pkgver=3.14.0 +pkgrel=1.parabola1 install=epiphany.install pkgdesc="A GNOME web browser based on the WebKit rendering engine, with DuckDuckGo HTML support" arch=('i686' 'x86_64' 'mips64el') license=('GPL') -depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk' 'nss' 'iso-codes' 'dconf' 'desktop-file-utils' 'gnome-icon-theme-symbolic' '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' 'desktop-file-utils' 'gcr' 'gnome-desktop' 'libwnck3' 'gnome-themes-standard') +makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 'gobject-introspection' 'python2') replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) 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 - git-fixes.patch) -sha256sums=('16d9f8f10443328b2f226c2da545e75c8433f50f103af8aeb692b098d5fbbf93' - '22b026b30e4792b3244f3fecf12bd48f928efc34097bf501d87611f77c0750bf') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('694c2e0790741e0c7475544ee35565dd56e46551ff2ca3044e175bcddcb1b713') prepare() { cd $pkgname-$pkgver - # Patch up to f43f9af7b195de53011b2e22c91041674dc00e2e - patch -Np1 -i ../git-fixes.patch - # Replace DuckDuckGo to DuckDuckGo HTML sed -i 's|duckduckgo[.]com|duckduckgo.com/html|g' $(grep -rlI 'duckduckgo[.]com') |