diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-18 15:59:26 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-19 08:53:27 -0300 |
commit | 4266133d8888652378311db3e8a573dd93a64fd4 (patch) | |
tree | b7bc2a5abfed2a28350d9bbb4d105ef7de6a390e /nonprism/gnome-online-accounts/PKGBUILD | |
parent | 86c576fcf3f61f7eb41e9339145fd427a38cf3e1 (diff) | |
download | abslibre-4266133d8888652378311db3e8a573dd93a64fd4.tar.gz abslibre-4266133d8888652378311db3e8a573dd93a64fd4.tar.bz2 abslibre-4266133d8888652378311db3e8a573dd93a64fd4.zip |
gnome-online-accounts-3.20.3-2.nonprism1: add vala bindings - FS#50352 -> https://bugs.archlinux.org/task/50352
Diffstat (limited to 'nonprism/gnome-online-accounts/PKGBUILD')
-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)') |