diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-12 07:29:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-12 07:52:46 -0300 |
commit | 821205da77a238eb245475dd60eea4b6c25c2d95 (patch) | |
tree | a7fc93039e2d8ef88e4a926ac9f5c33bbc7a1906 /nonprism/gnome-online-accounts | |
parent | 45b88e0b5011575cc4c44cca99b9f5e4d513c89f (diff) | |
download | abslibre-821205da77a238eb245475dd60eea4b6c25c2d95.tar.gz abslibre-821205da77a238eb245475dd60eea4b6c25c2d95.tar.bz2 abslibre-821205da77a238eb245475dd60eea4b6c25c2d95.zip |
gnome-online-accounts-3.18.0-2.nonprism1: updating version
Diffstat (limited to 'nonprism/gnome-online-accounts')
-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 |