diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-16 01:14:42 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-16 01:14:42 -0300 |
commit | 5d4b6ea7cbe9d8be2b6b5d07c709373ba4e4e461 (patch) | |
tree | c5dbf6b2c59e82c3c7802b197e94078bd7e535b9 /nonprism | |
parent | f14f81573505373a849c8ad97792668b52e0e4e4 (diff) |
gnome-online-accounts-3.20.4-1.nonprism1: updating version
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/gnome-online-accounts/PKGBUILD | 16 |
1 files changed, 7 insertions, 9 deletions
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 <ibiru@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> 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 |