diff options
-rw-r--r-- | nonprism/gnome-online-accounts/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nonprism/gnome-online-accounts/PKGBUILD b/nonprism/gnome-online-accounts/PKGBUILD index 7fb551188..ab4c1c7c6 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 272567 2016-07-28 13:04:09Z heftig $ +# $Id: PKGBUILD 273598 2016-08-11 12:05:27Z jgc $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=gnome-online-accounts pkgver=3.20.3 -pkgrel=1.nonprism1 +pkgrel=2.nonprism1 pkgdesc="Single sign-on framework for GNOME, without support for unsafe and dangerous for privacy protocols" url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" arch=(i686 x86_64) license=(LGPL) depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr) -makedepends=(intltool gobject-introspection gtk-doc) +makedepends=(intltool gobject-introspection gtk-doc vala) conflicts=("${pkgname}-coherence" "${pkgname}-nonprism" ) replaces=("${pkgname}-coherence" "${pkgname}-nonprism") optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)') |