diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-11-29 18:42:43 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-11-29 18:42:43 +0100 |
commit | 9c41f08b4707576c2dee7fba16c22bd9d5a07ee7 (patch) | |
tree | 4679e2ebfca653d4a0928179f469ba4fc7178ed1 | |
parent | af82a9b32eab24fd7bb96163f8368d91fb3b88d5 (diff) | |
download | abslibre-9c41f08b4707576c2dee7fba16c22bd9d5a07ee7.tar.gz abslibre-9c41f08b4707576c2dee7fba16c22bd9d5a07ee7.tar.bz2 abslibre-9c41f08b4707576c2dee7fba16c22bd9d5a07ee7.zip |
nonprism/gnome-online-accounts: updated to 3.26.1
-rw-r--r-- | nonprism/gnome-online-accounts/PKGBUILD | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/nonprism/gnome-online-accounts/PKGBUILD b/nonprism/gnome-online-accounts/PKGBUILD index 741bca03d..cc1e2ee12 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -1,20 +1,25 @@ +# Maintainer: Andreas Grapentin <andreas@grapentin.org> # Contributor (Arch): Ionut Biru <ibiru@archlinux.org> -# Maintainer: Márcio Silva <coadde@hyperbola.info> +# Contributor: Márcio Silva <coadde@hyperbola.info> # Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info> pkgname=gnome-online-accounts -pkgver=3.24.1 + +pkgver=3.26.1 pkgrel=1.nonprism1 +arch=(i686 x86_64 armv7h) + 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 armv7h) license=(LGPL) + depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr) makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common) +optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)') conflicts=("${pkgname}-coherence" "${pkgname}-nonprism" ) replaces=("${pkgname}-coherence" "${pkgname}-nonprism") -optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)') -_commit=4f26391fc5b3d54cb73d9cd05599acec33d90928 # tags/3.24.1^0 + +_commit=b36db9948f24637c37c6485a129757498454c5ea # tags/3.26.1^0 source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit" "git+https://git.gnome.org/browse/telepathy-account-widgets") sha256sums=('SKIP' @@ -68,5 +73,3 @@ package() { cd $pkgname make DESTDIR="$pkgdir" install } - -# vim:set ts=2 sw=2 et: |