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 204f49f50..363e30a50 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 248710 2015-10-09 20:39:52Z heftig $ +# $Id: PKGBUILD 249338 2015-10-14 21:26:22Z heftig $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=gnome-online-accounts -pkgver=3.18.0 -pkgrel=2.nonprism1 +pkgver=3.18.1 +pkgrel=1.nonprism1 pkgdesc="GNOME service to access online accounts, without support for unsafe and dangerous for privacy protocols" arch=(i686 x86_64) url="http://www.gnome.org" @@ -15,7 +15,7 @@ depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 'telepathy-glib 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=('fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34') +sha256sums=('6cde6b0966936c533447da8a23cade74de33b7dd6a801e1f8198b890e776c2c2') build() { cd $pkgname-$pkgver |