Date: Friday, March 13, 2015 @ 09:07:17 Author: jgc Revision: 233420 upgpkg: gnome-online-accounts 3.15.91-1
Modified: gnome-online-accounts/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-13 06:36:20 UTC (rev 233419) +++ PKGBUILD 2015-03-13 08:07:17 UTC (rev 233420) @@ -2,17 +2,17 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=gnome-online-accounts -pkgver=3.14.3 +pkgver=3.15.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' 'libsecret' 'telepathy-glib' 'krb5' 'gcr') -makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 'python2') +depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 'telepathy-glib' 'krb5' 'gcr') +makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') install=$pkgname.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('6fe2dc67ab2c50a1c127767f43f31513dac72453bd41d4b4265217a19667c2c6') +sha256sums=('4a6daeffc121074f20f4515c9331fdd75dbe461d8d59459fe48d30f00a84cce8') build() { cd $pkgname-$pkgver @@ -26,7 +26,7 @@ package() { cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install + make -j1 DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et:
