From 5d4b6ea7cbe9d8be2b6b5d07c709373ba4e4e461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 16 Sep 2016 01:14:42 -0300 Subject: gnome-online-accounts-3.20.4-1.nonprism1: updating version --- nonprism/gnome-online-accounts/PKGBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'nonprism/gnome-online-accounts/PKGBUILD') diff --git a/nonprism/gnome-online-accounts/PKGBUILD b/nonprism/gnome-online-accounts/PKGBUILD index 8e13f0be2..098f6701a 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 275597 2016-08-31 09:30:39Z jgc $ +# $Id: PKGBUILD 276428 2016-09-14 20:43:43Z heftig $ # Maintainer (Arch): Ionut Biru # Maintainer: Márcio Silva pkgname=gnome-online-accounts -pkgver=3.20.3+5+gc098f5d +pkgver=3.20.4 pkgrel=1.nonprism1 pkgdesc="Single sign-on framework for GNOME, without support for unsafe and dangerous for privacy protocols" url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" @@ -14,20 +14,18 @@ makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common) conflicts=("${pkgname}-coherence" "${pkgname}-nonprism" ) replaces=("${pkgname}-coherence" "${pkgname}-nonprism") optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)') -_commit=c098f5d796441e4d7f07edc18f95296069c607f6 -source=("git://git.gnome.org/gnome-online-accounts#commit=$_commit") +source=("git://git.gnome.org/gnome-online-accounts#tag=$pkgver") sha256sums=('SKIP') -pkgver() { +prepare() { cd $pkgname - git describe --tags | sed 's/-/+/g' + NOCONFIGURE=1 ./autogen.sh } -prepare() { +pkgver() { cd $pkgname - NOCONFIGURE=1 ./autogen.sh + git describe --tags | sed 's/-/+/g' } - build() { cd $pkgname -- cgit v1.2.3