Date: Saturday, September 6, 2014 @ 12:18:22 Author: jgc Revision: 221032
upgpkg: gnome-online-accounts 3.13.91-1 Modified: gnome-online-accounts/trunk/PKGBUILD gnome-online-accounts/trunk/gnome-online-accounts.install -------------------------------+ PKGBUILD | 9 ++++----- gnome-online-accounts.install | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-06 00:19:06 UTC (rev 221031) +++ PKGBUILD 2014-09-06 10:18:22 UTC (rev 221032) @@ -2,18 +2,17 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=gnome-online-accounts -pkgver=3.12.3 +pkgver=3.13.91 pkgrel=1 pkgdesc="GNOME service to access online accounts" arch=(i686 x86_64) url="http://www.gnome.org" license=('GPL') -depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret' - 'telepathy-glib' 'krb5' 'gcr') -makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') +depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 'telepathy-glib' 'krb5' 'gcr') +makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 'python2') install=$pkgname.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('afd7e2f0e6eccbde92f10183ea366c95b579767c540442ef82e4009d7759eda6') +sha256sums=('9acebae1cdd2094770685b036b2637e1ff503c3f06e490bc1b289ccc21bd61ed') build() { cd $pkgname-$pkgver Modified: gnome-online-accounts.install =================================================================== --- gnome-online-accounts.install 2014-09-06 00:19:06 UTC (rev 221031) +++ gnome-online-accounts.install 2014-09-06 10:18:22 UTC (rev 221032) @@ -1,5 +1,6 @@ post_install () { gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + glib-compile-schemas /usr/share/glib-2.0/schemas } post_upgrade() {
