summaryrefslogtreecommitdiff
path: root/nonprism/gnome-online-accounts-nonprism
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-09 03:37:27 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-09 03:37:27 -0200
commit1fa844577c4e278eb1096e2221406d5840f354de (patch)
treec43126423f37ca913f8ab034ec722430a6ace1b3 /nonprism/gnome-online-accounts-nonprism
parent2e749183dc795779a172f7cb16f4c2298539dadb (diff)
gnome-online-accounts-nonprism-3.10.0-1: updating version
Diffstat (limited to 'nonprism/gnome-online-accounts-nonprism')
-rw-r--r--nonprism/gnome-online-accounts-nonprism/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/nonprism/gnome-online-accounts-nonprism/PKGBUILD b/nonprism/gnome-online-accounts-nonprism/PKGBUILD
index d91e396f5..d7f0c88fc 100644
--- a/nonprism/gnome-online-accounts-nonprism/PKGBUILD
+++ b/nonprism/gnome-online-accounts-nonprism/PKGBUILD
@@ -1,28 +1,28 @@
-# $Id: PKGBUILD 193763 2013-08-30 13:15:23Z heftig $
+# $Id: PKGBUILD 195045 2013-09-24 18:59:12Z heftig $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer (Parabola): Márcio Silva <coadde@lavabit.com>
_pkgname=gnome-online-accounts
pkgname=gnome-online-accounts-nonprism
-pkgver=3.8.3
+pkgver=3.10.0
pkgrel=1
pkgdesc="GNOME service to access online accounts, without support for unsafe and dangerous for privacy protocols"
arch=(i686 x86_64 mips64el)
url="http://www.gnome.org"
license=('GPL')
-depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret' 'telepathy-glib')
makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
provides=("$_pkgname=$pkgver")
conflicts=$_pkgname
replaces=($_pkgname $pkgname-coherence)
options=(!libtool)
install=$_pkgname.install
-source=(http://download.gnome.org/sources/$_pkgname/${pkgver:0:3}/$_pkgname-$pkgver.tar.xz)
-sha256sums=('9e5e55c5097b8d7c32c0dfb7d94448795c627723b133e8edd0b846adde63a44b')
-
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz)
+sha256sums=('bba85366632cf5ce777b6889eab505d98d7593c37f7859a312dc57dde05a0feb')
+
build() {
cd $_pkgname-$pkgver
- ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts \
+ ./configure --prefix=/usr --libexecdir=/usr/lib/$_pkgname
--disable-google \
--enable-owncloud \
--disable-facebook \