diff options
-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 f6c2c1252..af148b477 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 262506 2016-03-24 23:12:19Z jgc $ +# $Id: PKGBUILD 264785 2016-04-12 21:57:20Z heftig $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=gnome-online-accounts -pkgver=3.20.0 +pkgver=3.20.1 pkgrel=1.nonprism1 pkgdesc="GNOME service to access online accounts, without support for unsafe and dangerous for privacy protocols" arch=(i686 x86_64) @@ -16,7 +16,7 @@ makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)') install=$pkgname.install source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('c98233914c455dc21f8c73904dd2881bee6bfa117a5bdc573ba3a8550c36a460') +sha256sums=('c37aebc1e12f31f5516d33a354181e4d202a07da4f7d3a95b0da8cf0028c0c93') build() { cd $pkgname-$pkgver |