Date: Wednesday, December 14, 2016 @ 12:11:46 Author: heftig Revision: 283207
3.22.3-1 Modified: gnome-online-accounts/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-14 12:11:30 UTC (rev 283206) +++ PKGBUILD 2016-12-14 12:11:46 UTC (rev 283207) @@ -1,8 +1,8 @@ # $Id$ -# Maintainer: Ionut Biru <[email protected]> +# Contributor: Ionut Biru <[email protected]> pkgname=gnome-online-accounts -pkgver=3.22.2 +pkgver=3.22.3 pkgrel=1 pkgdesc="Single sign-on framework for GNOME" url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" @@ -12,12 +12,19 @@ makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common) optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)' 'gvfs-google: Google Drive') -_commit=85169f9691eabb7b45f5d07c6a6c98e0830b3754 # tags/3.22.2^0 -source=("git://git.gnome.org/gnome-online-accounts#commit=$_commit") -sha256sums=('SKIP') +_commit=d4dbce46808ed721478c57ce28c6e47fb6403932 # tags/3.22.3^0 +source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit" + "git+https://git.gnome.org/browse/telepathy-account-widgets") +sha256sums=('SKIP' + 'SKIP') prepare() { cd $pkgname + + git submodule init + git config --local submodule.telepathy-account-widgets.url "$srcdir/telepathy-account-widgets" + git submodule update + NOCONFIGURE=1 ./autogen.sh }
