diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-17 14:22:24 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-22 16:15:06 -0300 |
commit | 5827282e08d984314f462be25987a539d6994f0a (patch) | |
tree | 9c272c08191296e9e91dfc5777e271e8dedf1c85 /nonprism/gnome-online-accounts | |
parent | b487ab177cfa01e1b8d89d16d6efa3738a38a654 (diff) |
gnome-online-accounts-3.16.4.1-1.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 94af82051..b7fd1a7b2 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 241239 2015-06-23 18:34:47Z jgc $ +# $Id: PKGBUILD 246427 2015-09-17 13:48:00Z heftig $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=gnome-online-accounts -pkgver=3.16.3 +pkgver=3.16.4.1 pkgrel=1.nonprism1 pkgdesc="GNOME service to access online accounts, without support for unsafe and dangerous for privacy protocols" -arch=(i686 x86_64 mips64el) +arch=(i686 x86_64) url="http://www.gnome.org" license=('GPL') conflicts=("${pkgname}-coherence" "${pkgname}-nonprism" ) @@ -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=('a0648e4d595f5c63f85c03bf65a2cf1204e8615aba242c50c15aa4c9696a0ca0') +sha256sums=('68c688730a4a0be0a29e77106a78681fd0ea2c4e1aabafe4df7e20a22dbdb120') build() { cd $pkgname-$pkgver |