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 b7fd1a7b2..204f49f50 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 246427 2015-09-17 13:48:00Z heftig $ +# $Id: PKGBUILD 248710 2015-10-09 20:39:52Z heftig $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=gnome-online-accounts -pkgver=3.16.4.1 -pkgrel=1.nonprism1 +pkgver=3.18.0 +pkgrel=2.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=('68c688730a4a0be0a29e77106a78681fd0ea2c4e1aabafe4df7e20a22dbdb120') +sha256sums=('fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34') build() { cd $pkgname-$pkgver |