diff options
Diffstat (limited to 'nonprism/gnome-online-accounts/PKGBUILD')
-rw-r--r-- | nonprism/gnome-online-accounts/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nonprism/gnome-online-accounts/PKGBUILD b/nonprism/gnome-online-accounts/PKGBUILD index ac7fd883b..53ded6300 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 225354 2014-10-26 00:24:57Z heftig $ +# $Id: PKGBUILD 226152 2014-11-12 21:58:04Z heftig $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=gnome-online-accounts -pkgver=3.14.1 +pkgver=3.14.2 pkgrel=1.nonprism1 pkgdesc="GNOME service to access online accounts, without support for unsafe and dangerous for privacy protocols" arch=(i686 x86_64 mips64el) @@ -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=('2261dcbcedd33b7d3ba748dad0112272a0dc8b182b423a2aed647b6572d28969') +sha256sums=('341a2c79cd26770ccbf4476f7ce7222cfe026f442cfbd05dc7f7612f7b30dae9') build() { cd $pkgname-$pkgver |