diff options
-rw-r--r-- | nonprism/gnome-online-accounts/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/gnome-online-accounts/PKGBUILD b/nonprism/gnome-online-accounts/PKGBUILD index 2780d7832..ac7fd883b 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 222902 2014-09-23 20:36:07Z heftig $ +# $Id: PKGBUILD 225354 2014-10-26 00:24:57Z heftig $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=gnome-online-accounts -pkgver=3.14.0 -pkgrel=1.nonprism2 +pkgver=3.14.1 +pkgrel=1.nonprism1 pkgdesc="GNOME service to access online accounts, without support for unsafe and dangerous for privacy protocols" arch=(i686 x86_64 mips64el) url="http://www.gnome.org" @@ -15,7 +15,7 @@ depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 'telepathy-glib' 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=('549b940be98254b83ef7548e90a5237dd785ad18b0b0bd628d23a7347fc9e100') +sha256sums=('2261dcbcedd33b7d3ba748dad0112272a0dc8b182b423a2aed647b6572d28969') build() { cd $pkgname-$pkgver |